Searched defs:bnx2x_tx_int (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c133 int bnx2x_tx_int(struct bnx2x *bp, struct bnx2x_fp_txdata *txdata) function
182 * suspended in bnx2x_tx_int() after the condition before
2126 * BNX2X_STATE_OPEN and only then stop the Tx. Otherwise bnx2x_tx_int()
2127 * may restart the Tx from the NAPI context (see bnx2x_tx_int()).
2293 bnx2x_tx_int(bp, &fp->txdata[cos]);
2663 * bnx2x_tx_int() runs without netif_tx_lock unless it needs to call
3006 /* paired memory barrier is in bnx2x_tx_int(), we have to keep

Completed in 48 milliseconds