Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h115 struct tx_cmp { struct
598 #define CP_DESC_CNT (BNXT_PAGE_SIZE / sizeof(struct tx_cmp))
608 #define HW_CMPD_RING_SIZE (sizeof(struct tx_cmp) * CP_DESC_CNT)
949 struct tx_cmp *cp_desc_ring[MAX_CP_PAGES];
Dbnxt.c2106 static int bnxt_hwrm_handler(struct bnxt *bp, struct tx_cmp *txcmp) in bnxt_hwrm_handler()
2165 struct tx_cmp *txcmp; in bnxt_has_work()
2209 struct tx_cmp *txcmp; in __bnxt_poll_work()
2329 struct tx_cmp *txcmp; in bnxt_poll_nitroa0()
2505 bnxt_hwrm_handler(bp, (struct tx_cmp *)nqcmp); in bnxt_poll_p5()
Dbnxt_ethtool.c3211 struct tx_cmp *txcmp; in bnxt_poll_loopback()