Lines Matching refs:tx_index
8793 int tx_index, bool leading) in bnx2x_setup_tx_only() argument
8804 tx_only_params->cid_index = tx_index; in bnx2x_setup_tx_only()
8807 bnx2x_pf_q_prep_general(bp, fp, &tx_only_params->gen_params, tx_index); in bnx2x_setup_tx_only()
8810 bnx2x_pf_tx_q_prep(bp, fp, &tx_only_params->txq_params, tx_index); in bnx2x_setup_tx_only()
8814 tx_index, q_params->q_obj->cids[FIRST_TX_COS_INDEX], in bnx2x_setup_tx_only()
8815 q_params->q_obj->cids[tx_index], q_params->q_obj->cl_id, in bnx2x_setup_tx_only()
8842 u8 tx_index; in bnx2x_setup_queue() local
8900 for (tx_index = FIRST_TX_ONLY_COS_INDEX; in bnx2x_setup_queue()
8901 tx_index < fp->max_cos; in bnx2x_setup_queue()
8902 tx_index++) { in bnx2x_setup_queue()
8906 tx_only_params, tx_index, leading); in bnx2x_setup_queue()
8909 fp->index, tx_index); in bnx2x_setup_queue()
8922 int rc, tx_index; in bnx2x_stop_queue() local
8931 for (tx_index = FIRST_TX_ONLY_COS_INDEX; in bnx2x_stop_queue()
8932 tx_index < fp->max_cos; in bnx2x_stop_queue()
8933 tx_index++){ in bnx2x_stop_queue()
8936 txdata = fp->txdata_ptr[tx_index]; in bnx2x_stop_queue()
8945 q_params.params.terminate.cid_index = tx_index; in bnx2x_stop_queue()
8955 q_params.params.cfc_del.cid_index = tx_index; in bnx2x_stop_queue()