Lines Matching refs:tx_index
8742 int tx_index, bool leading) in bnx2x_setup_tx_only() argument
8753 tx_only_params->cid_index = tx_index; in bnx2x_setup_tx_only()
8756 bnx2x_pf_q_prep_general(bp, fp, &tx_only_params->gen_params, tx_index); in bnx2x_setup_tx_only()
8759 bnx2x_pf_tx_q_prep(bp, fp, &tx_only_params->txq_params, tx_index); in bnx2x_setup_tx_only()
8763 tx_index, q_params->q_obj->cids[FIRST_TX_COS_INDEX], in bnx2x_setup_tx_only()
8764 q_params->q_obj->cids[tx_index], q_params->q_obj->cl_id, in bnx2x_setup_tx_only()
8791 u8 tx_index; in bnx2x_setup_queue() local
8849 for (tx_index = FIRST_TX_ONLY_COS_INDEX; in bnx2x_setup_queue()
8850 tx_index < fp->max_cos; in bnx2x_setup_queue()
8851 tx_index++) { in bnx2x_setup_queue()
8855 tx_only_params, tx_index, leading); in bnx2x_setup_queue()
8858 fp->index, tx_index); in bnx2x_setup_queue()
8871 int rc, tx_index; in bnx2x_stop_queue() local
8880 for (tx_index = FIRST_TX_ONLY_COS_INDEX; in bnx2x_stop_queue()
8881 tx_index < fp->max_cos; in bnx2x_stop_queue()
8882 tx_index++){ in bnx2x_stop_queue()
8885 txdata = fp->txdata_ptr[tx_index]; in bnx2x_stop_queue()
8894 q_params.params.terminate.cid_index = tx_index; in bnx2x_stop_queue()
8904 q_params.params.cfc_del.cid_index = tx_index; in bnx2x_stop_queue()