Searched refs:tx_cons_sb (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_cmn.h | 761 hw_cons = le16_to_cpu(*txdata->tx_cons_sb); in bnx2x_tx_queue_has_work() 1163 int txq_index, __le16 *tx_cons_sb, in bnx2x_init_txdata() 1168 txdata->tx_cons_sb = tx_cons_sb; in bnx2x_init_txdata() 1161 bnx2x_init_txdata(struct bnx2x *bp, struct bnx2x_fp_txdata *txdata, u32 cid, int txq_index, __le16 *tx_cons_sb, struct bnx2x_fastpath *fp) bnx2x_init_txdata() argument
|
H A D | bnx2x_ethtool.c | 2570 tx_start_idx = le16_to_cpu(*txdata->tx_cons_sb); in bnx2x_run_loopback() 2630 tx_idx = le16_to_cpu(*txdata->tx_cons_sb); in bnx2x_run_loopback()
|
H A D | bnx2x_main.c | 1010 if (!txdata.tx_cons_sb) in bnx2x_panic_dump() 1013 BNX2X_ERR("fp%d: tx_pkt_prod(0x%x) tx_pkt_cons(0x%x) tx_bd_prod(0x%x) tx_bd_cons(0x%x) *tx_cons_sb(0x%x)\n", in bnx2x_panic_dump() 1017 le16_to_cpu(*txdata.tx_cons_sb)); in bnx2x_panic_dump() 1163 if (!txdata->tx_cons_sb) in bnx2x_panic_dump() 1166 start = TX_BD(le16_to_cpu(*txdata->tx_cons_sb) - 10); in bnx2x_panic_dump() 1167 end = TX_BD(le16_to_cpu(*txdata->tx_cons_sb) + 245); in bnx2x_panic_dump() 1951 prefetch(fp->txdata_ptr[cos]->tx_cons_sb); in bnx2x_interrupt() 6435 *txdata->tx_cons_sb = cpu_to_le16(0); in bnx2x_init_tx_ring_one()
|
H A D | bnx2x.h | 532 __le16 *tx_cons_sb; member
|
H A D | bnx2x_cmn.c | 285 hw_cons = le16_to_cpu(*txdata->tx_cons_sb); in bnx2x_tx_int() 1147 prefetch(fp->txdata_ptr[cos]->tx_cons_sb); in bnx2x_msix_fp_int()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_cmn.h | 761 hw_cons = le16_to_cpu(*txdata->tx_cons_sb); in bnx2x_tx_queue_has_work() 1163 int txq_index, __le16 *tx_cons_sb, in bnx2x_init_txdata() 1168 txdata->tx_cons_sb = tx_cons_sb; in bnx2x_init_txdata() 1161 bnx2x_init_txdata(struct bnx2x *bp, struct bnx2x_fp_txdata *txdata, u32 cid, int txq_index, __le16 *tx_cons_sb, struct bnx2x_fastpath *fp) bnx2x_init_txdata() argument
|
H A D | bnx2x_ethtool.c | 2578 tx_start_idx = le16_to_cpu(*txdata->tx_cons_sb); in bnx2x_run_loopback() 2638 tx_idx = le16_to_cpu(*txdata->tx_cons_sb); in bnx2x_run_loopback()
|
H A D | bnx2x_main.c | 1009 if (!txdata.tx_cons_sb) in bnx2x_panic_dump() 1012 BNX2X_ERR("fp%d: tx_pkt_prod(0x%x) tx_pkt_cons(0x%x) tx_bd_prod(0x%x) tx_bd_cons(0x%x) *tx_cons_sb(0x%x)\n", in bnx2x_panic_dump() 1016 le16_to_cpu(*txdata.tx_cons_sb)); in bnx2x_panic_dump() 1162 if (!txdata->tx_cons_sb) in bnx2x_panic_dump() 1165 start = TX_BD(le16_to_cpu(*txdata->tx_cons_sb) - 10); in bnx2x_panic_dump() 1166 end = TX_BD(le16_to_cpu(*txdata->tx_cons_sb) + 245); in bnx2x_panic_dump() 1949 prefetch(fp->txdata_ptr[cos]->tx_cons_sb); in bnx2x_interrupt() 6433 *txdata->tx_cons_sb = cpu_to_le16(0); in bnx2x_init_tx_ring_one()
|
H A D | bnx2x.h | 532 __le16 *tx_cons_sb; member
|
H A D | bnx2x_cmn.c | 284 hw_cons = le16_to_cpu(*txdata->tx_cons_sb); in bnx2x_tx_int() 1158 prefetch(fp->txdata_ptr[cos]->tx_cons_sb); in bnx2x_msix_fp_int()
|
Completed in 69 milliseconds