Lines Matching refs:txcp
2138 struct be_tx_compl_info *txcp = &txo->txcp; in be_tx_compl_get() local
2148 txcp->status = GET_TX_COMPL_BITS(status, compl); in be_tx_compl_get()
2149 txcp->end_index = GET_TX_COMPL_BITS(wrb_index, compl); in be_tx_compl_get()
2153 return txcp; in be_tx_compl_get()
2272 struct be_tx_compl_info *txcp; in be_tx_compl_clean() local
2285 while ((txcp = be_tx_compl_get(txo))) { in be_tx_compl_clean()
2288 txcp->end_index); in be_tx_compl_clean()
2703 struct be_tx_compl_info *txcp; in be_process_tx() local
2705 while ((txcp = be_tx_compl_get(txo))) { in be_process_tx()
2706 num_wrbs += be_tx_compl_process(adapter, txo, txcp->end_index); in be_process_tx()
2709 if (txcp->status) { in be_process_tx()
2711 lancer_update_tx_err(txo, txcp->status); in be_process_tx()
2713 be_update_tx_err(txo, txcp->status); in be_process_tx()