Lines Matching refs:tx_index
8660 int tx_index, bool leading) in bnx2x_setup_tx_only() argument
8671 tx_only_params->cid_index = tx_index; in bnx2x_setup_tx_only()
8674 bnx2x_pf_q_prep_general(bp, fp, &tx_only_params->gen_params, tx_index); in bnx2x_setup_tx_only()
8677 bnx2x_pf_tx_q_prep(bp, fp, &tx_only_params->txq_params, tx_index); in bnx2x_setup_tx_only()
8681 tx_index, q_params->q_obj->cids[FIRST_TX_COS_INDEX], in bnx2x_setup_tx_only()
8682 q_params->q_obj->cids[tx_index], q_params->q_obj->cl_id, in bnx2x_setup_tx_only()
8709 u8 tx_index; in bnx2x_setup_queue() local
8767 for (tx_index = FIRST_TX_ONLY_COS_INDEX; in bnx2x_setup_queue()
8768 tx_index < fp->max_cos; in bnx2x_setup_queue()
8769 tx_index++) { in bnx2x_setup_queue()
8773 tx_only_params, tx_index, leading); in bnx2x_setup_queue()
8776 fp->index, tx_index); in bnx2x_setup_queue()
8789 int rc, tx_index; in bnx2x_stop_queue() local
8798 for (tx_index = FIRST_TX_ONLY_COS_INDEX; in bnx2x_stop_queue()
8799 tx_index < fp->max_cos; in bnx2x_stop_queue()
8800 tx_index++){ in bnx2x_stop_queue()
8803 txdata = fp->txdata_ptr[tx_index]; in bnx2x_stop_queue()
8812 q_params.params.terminate.cid_index = tx_index; in bnx2x_stop_queue()
8822 q_params.params.cfc_del.cid_index = tx_index; in bnx2x_stop_queue()