Home
last modified time | relevance | path

Searched refs:tx_cmp (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_netdev.h58 struct tx_cmp { struct
318 #define CP_DESC_CNT (BNGE_PAGE_SIZE / sizeof(struct tx_cmp))
324 #define HW_CMPD_RING_SIZE (sizeof(struct tx_cmp) * CP_DESC_CNT)
386 struct tx_cmp **desc_ring;
H A Dbnge_txrx.c1149 static int bnge_hwrm_handler(struct bnge_dev *bd, struct tx_cmp *txcmp) in bnge_hwrm_handler()
1173 struct tx_cmp *txcmp; in __bnge_poll_work()
1358 bnge_hwrm_handler(bn->bd, (struct tx_cmp *)nqcmp); in bnge_napi_poll()