Lines Matching refs:txcp
2713 struct be_tx_compl_info *txcp = &txo->txcp; in be_tx_compl_get() local
2723 txcp->status = GET_TX_COMPL_BITS(status, compl); in be_tx_compl_get()
2724 txcp->end_index = GET_TX_COMPL_BITS(wrb_index, compl); in be_tx_compl_get()
2726 if (txcp->status) { in be_tx_compl_get()
2728 lancer_update_tx_err(txo, txcp->status); in be_tx_compl_get()
2732 if (txcp->status == LANCER_TX_COMP_LSO_ERR || in be_tx_compl_get()
2733 txcp->status == LANCER_TX_COMP_PARITY_ERR || in be_tx_compl_get()
2734 txcp->status == LANCER_TX_COMP_SGE_ERR) in be_tx_compl_get()
2737 be_update_tx_err(txo, txcp->status); in be_tx_compl_get()
2746 return txcp; in be_tx_compl_get()
2872 struct be_tx_compl_info *txcp; in be_tx_compl_clean() local
2886 while ((txcp = be_tx_compl_get(adapter, txo))) { in be_tx_compl_clean()
2889 txcp->end_index); in be_tx_compl_clean()
3270 struct be_tx_compl_info *txcp; in be_process_tx() local
3272 while ((txcp = be_tx_compl_get(adapter, txo))) { in be_process_tx()
3273 num_wrbs += be_tx_compl_process(adapter, txo, txcp->end_index); in be_process_tx()