Lines Matching refs:tx_index
8783 int tx_index, bool leading) in bnx2x_setup_tx_only() argument
8794 tx_only_params->cid_index = tx_index; in bnx2x_setup_tx_only()
8797 bnx2x_pf_q_prep_general(bp, fp, &tx_only_params->gen_params, tx_index); in bnx2x_setup_tx_only()
8800 bnx2x_pf_tx_q_prep(bp, fp, &tx_only_params->txq_params, tx_index); in bnx2x_setup_tx_only()
8804 tx_index, q_params->q_obj->cids[FIRST_TX_COS_INDEX], in bnx2x_setup_tx_only()
8805 q_params->q_obj->cids[tx_index], q_params->q_obj->cl_id, in bnx2x_setup_tx_only()
8832 u8 tx_index; in bnx2x_setup_queue() local
8890 for (tx_index = FIRST_TX_ONLY_COS_INDEX; in bnx2x_setup_queue()
8891 tx_index < fp->max_cos; in bnx2x_setup_queue()
8892 tx_index++) { in bnx2x_setup_queue()
8896 tx_only_params, tx_index, leading); in bnx2x_setup_queue()
8899 fp->index, tx_index); in bnx2x_setup_queue()
8912 int rc, tx_index; in bnx2x_stop_queue() local
8921 for (tx_index = FIRST_TX_ONLY_COS_INDEX; in bnx2x_stop_queue()
8922 tx_index < fp->max_cos; in bnx2x_stop_queue()
8923 tx_index++){ in bnx2x_stop_queue()
8926 txdata = fp->txdata_ptr[tx_index]; in bnx2x_stop_queue()
8935 q_params.params.terminate.cid_index = tx_index; in bnx2x_stop_queue()
8945 q_params.params.cfc_del.cid_index = tx_index; in bnx2x_stop_queue()