Home
last modified time | relevance | path

Searched refs:TX_HDR_WRB_EVT (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
H A Dbe_hw.h243 #define TX_HDR_WRB_EVT BIT(1) /* word 2 */ macro
H A Dbe_main.c1231 if (!(hdr->dw[2] & cpu_to_le32(TX_HDR_WRB_EVT))) in be_xmit_flush()
1232 hdr->dw[2] |= cpu_to_le32(TX_HDR_WRB_EVT | TX_HDR_WRB_COMPL); in be_xmit_flush()
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/
H A Dbe_hw.h243 #define TX_HDR_WRB_EVT BIT(1) /* word 2 */ macro
H A Dbe_main.c1230 if (!(hdr->dw[2] & cpu_to_le32(TX_HDR_WRB_EVT))) in be_xmit_flush()
1231 hdr->dw[2] |= cpu_to_le32(TX_HDR_WRB_EVT | TX_HDR_WRB_COMPL); in be_xmit_flush()

Completed in 20 milliseconds