Lines Matching refs:txcp
2380 struct be_tx_compl_info *txcp = &txo->txcp; in be_tx_compl_get() local
2390 txcp->status = GET_TX_COMPL_BITS(status, compl); in be_tx_compl_get()
2391 txcp->end_index = GET_TX_COMPL_BITS(wrb_index, compl); in be_tx_compl_get()
2395 return txcp; in be_tx_compl_get()
2520 struct be_tx_compl_info *txcp; in be_tx_compl_clean() local
2533 while ((txcp = be_tx_compl_get(txo))) { in be_tx_compl_clean()
2536 txcp->end_index); in be_tx_compl_clean()
2954 struct be_tx_compl_info *txcp; in be_process_tx() local
2956 while ((txcp = be_tx_compl_get(txo))) { in be_process_tx()
2957 num_wrbs += be_tx_compl_process(adapter, txo, txcp->end_index); in be_process_tx()
2960 if (txcp->status) { in be_process_tx()
2962 lancer_update_tx_err(txo, txcp->status); in be_process_tx()
2964 be_update_tx_err(txo, txcp->status); in be_process_tx()