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

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h742 cons = txdata->tx_bd_cons;
H A Dbnx2x_cmn.c276 u16 hw_cons, sw_cons, bd_cons = txdata->tx_bd_cons;
309 txdata->tx_bd_cons = bd_cons;
311 /* Need to make the tx_bd_cons update visible to start_xmit()
328 * stops the queue->sees fresh tx_bd_cons->releases the queue->
H A Dbnx2x.h528 u16 tx_bd_cons; member in struct:bnx2x_fp_txdata
H A Dbnx2x_main.c1012 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",
1015 txdata.tx_bd_cons,
1176 start = TX_BD(txdata->tx_bd_cons - 10);
1177 end = TX_BD(txdata->tx_bd_cons + 254);
6442 txdata->tx_bd_cons = 0;
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_hsi.h645 __le16 tx_bd_cons; member in struct:xstorm_core_conn_ag_ctx
3481 __le16 tx_bd_cons; member in struct:xstorm_eth_conn_ag_ctx
3743 __le16 tx_bd_cons; member in struct:ustorm_eth_conn_ag_ctx
4603 __le16 tx_bd_cons; member in struct:xstorm_eth_conn_ag_ctx_dq_ext_ldpart
4869 __le16 tx_bd_cons; member in struct:xstorm_eth_hw_conn_ag_ctx

Completed in 246 milliseconds