Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h326 #define FIRST_TX_COS_INDEX 0 macro
638 txdata_ptr[FIRST_TX_COS_INDEX] \
H A Dbnx2x_main.c8780 for (cos = FIRST_TX_COS_INDEX; cos < init_params->max_cos; cos++) { in bnx2x_pf_q_prep_init()
8813 tx_index, q_params->q_obj->cids[FIRST_TX_COS_INDEX], in bnx2x_setup_tx_only()
8877 FIRST_TX_COS_INDEX); in bnx2x_setup_queue()
8883 FIRST_TX_COS_INDEX); in bnx2x_setup_queue()
8970 q_params.params.terminate.cid_index = FIRST_TX_COS_INDEX; in bnx2x_stop_queue()
8978 q_params.params.cfc_del.cid_index = FIRST_TX_COS_INDEX; in bnx2x_stop_queue()
H A Dbnx2x_vfpf.c656 req->txq.txq_addr = fp->txdata_ptr[FIRST_TX_COS_INDEX]->tx_desc_mapping; in bnx2x_vfpf_setup_q()
H A Dbnx2x_sriov.c2392 for (tx_idx = FIRST_TX_COS_INDEX; in bnx2x_set_pf_tx_switching()