Searched hist:"38413406277 fd060f46855ad527f6f8d4cf2652d" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_xdp.h | diff 38413406277fd060f46855ad527f6f8d4cf2652d Mon Feb 06 15:55:43 CST 2017 Michael Chan <michael.chan@broadcom.com> bnxt_en: Add support for XDP_TX action.
Add dedicated transmit function and transmit completion handler for XDP. The XDP transmit logic and completion logic are different than regular TX ring. The TX buffer is recycled back to the RX ring when it completes.
v3: Improved the buffer recyling scheme for XDP_TX.
v2: Add trace_xdp_exception(). Add dma_sync.
Signed-off-by: Michael Chan <michael.chan@broadcom.com> Tested-by: Andy Gospodarek <gospo@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | bnxt_xdp.c | diff 38413406277fd060f46855ad527f6f8d4cf2652d Mon Feb 06 15:55:43 CST 2017 Michael Chan <michael.chan@broadcom.com> bnxt_en: Add support for XDP_TX action.
Add dedicated transmit function and transmit completion handler for XDP. The XDP transmit logic and completion logic are different than regular TX ring. The TX buffer is recycled back to the RX ring when it completes.
v3: Improved the buffer recyling scheme for XDP_TX.
v2: Add trace_xdp_exception(). Add dma_sync.
Signed-off-by: Michael Chan <michael.chan@broadcom.com> Tested-by: Andy Gospodarek <gospo@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | bnxt.h | diff 38413406277fd060f46855ad527f6f8d4cf2652d Mon Feb 06 15:55:43 CST 2017 Michael Chan <michael.chan@broadcom.com> bnxt_en: Add support for XDP_TX action.
Add dedicated transmit function and transmit completion handler for XDP. The XDP transmit logic and completion logic are different than regular TX ring. The TX buffer is recycled back to the RX ring when it completes.
v3: Improved the buffer recyling scheme for XDP_TX.
v2: Add trace_xdp_exception(). Add dma_sync.
Signed-off-by: Michael Chan <michael.chan@broadcom.com> Tested-by: Andy Gospodarek <gospo@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | bnxt.c | diff 38413406277fd060f46855ad527f6f8d4cf2652d Mon Feb 06 15:55:43 CST 2017 Michael Chan <michael.chan@broadcom.com> bnxt_en: Add support for XDP_TX action.
Add dedicated transmit function and transmit completion handler for XDP. The XDP transmit logic and completion logic are different than regular TX ring. The TX buffer is recycled back to the RX ring when it completes.
v3: Improved the buffer recyling scheme for XDP_TX.
v2: Add trace_xdp_exception(). Add dma_sync.
Signed-off-by: Michael Chan <michael.chan@broadcom.com> Tested-by: Andy Gospodarek <gospo@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|