Searched refs:qnq (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_hw.h324 u8 qnq; /* dword 2 */ member in struct:amap_eth_rx_compl_v0
357 u8 qnq; /* dword 2 */ member in struct:amap_eth_rx_compl_v1
H A Dbe.h283 u8 qnq; member in struct:be_rx_compl_info
H A Dbe_main.c2502 rxcp->qnq = GET_RX_COMPL_V1_BITS(qnq, compl);
2525 rxcp->qnq = GET_RX_COMPL_V0_BITS(qnq, compl);
2555 /* In QNQ modes, if qnq bit is not set, then the packet was
2559 if (be_is_qnq_mode(adapter) && !rxcp->qnq)
4349 /* In a non-qnq multichannel mode, the pvid

Completed in 206 milliseconds