Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h148 struct tx_cmp { struct
806 #define CP_DESC_CNT (BNXT_PAGE_SIZE / sizeof(struct tx_cmp))
816 #define HW_CMPD_RING_SIZE (sizeof(struct tx_cmp) * CP_DESC_CNT)
1190 struct tx_cmp **cp_desc_ring;
H A Dbnxt.c2933 static int bnxt_hwrm_handler(struct bnxt *bp, struct tx_cmp *txcmp) in bnxt_hwrm_handler()
2996 struct tx_cmp *txcmp; in bnxt_has_work()
3012 struct tx_cmp *txcmp; in __bnxt_poll_work()
3153 struct tx_cmp *txcmp; in bnxt_poll_nitroa0()
3368 bnxt_hwrm_handler(bp, (struct tx_cmp *)nqcmp); in bnxt_poll_p5()