Searched refs:tx_cons_sb (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h761 hw_cons = le16_to_cpu(*txdata->tx_cons_sb);
1163 int txq_index, __le16 *tx_cons_sb,
1168 txdata->tx_cons_sb = tx_cons_sb;
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) argument
H A Dbnx2x_cmn.c285 hw_cons = le16_to_cpu(*txdata->tx_cons_sb);
1159 prefetch(fp->txdata_ptr[cos]->tx_cons_sb);
H A Dbnx2x_ethtool.c2576 tx_start_idx = le16_to_cpu(*txdata->tx_cons_sb);
2636 tx_idx = le16_to_cpu(*txdata->tx_cons_sb);
H A Dbnx2x_main.c1009 if (!txdata.tx_cons_sb)
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",
1016 le16_to_cpu(*txdata.tx_cons_sb));
1162 if (!txdata->tx_cons_sb)
1165 start = TX_BD(le16_to_cpu(*txdata->tx_cons_sb) - 10);
1166 end = TX_BD(le16_to_cpu(*txdata->tx_cons_sb) + 245);
1949 prefetch(fp->txdata_ptr[cos]->tx_cons_sb);
6433 *txdata->tx_cons_sb = cpu_to_le16(0);
H A Dbnx2x.h532 __le16 *tx_cons_sb; member in struct:bnx2x_fp_txdata

Completed in 159 milliseconds