Home
last modified time | relevance | path

Searched refs:FIRST_TX_COS_INDEX (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h320 #define FIRST_TX_COS_INDEX 0 macro
632 txdata_ptr[FIRST_TX_COS_INDEX] \
Dbnx2x_main.c8760 for (cos = FIRST_TX_COS_INDEX; cos < init_params->max_cos; cos++) { in bnx2x_pf_q_prep_init()
8793 tx_index, q_params->q_obj->cids[FIRST_TX_COS_INDEX], in bnx2x_setup_tx_only()
8857 FIRST_TX_COS_INDEX); in bnx2x_setup_queue()
8863 FIRST_TX_COS_INDEX); in bnx2x_setup_queue()
8950 q_params.params.terminate.cid_index = FIRST_TX_COS_INDEX; in bnx2x_stop_queue()
8958 q_params.params.cfc_del.cid_index = FIRST_TX_COS_INDEX; in bnx2x_stop_queue()
Dbnx2x_vfpf.c654 req->txq.txq_addr = fp->txdata_ptr[FIRST_TX_COS_INDEX]->tx_desc_mapping; in bnx2x_vfpf_setup_q()