Searched refs:tx_only_params (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 8782 struct bnx2x_queue_setup_tx_only_params *tx_only_params, in bnx2x_setup_tx_only() argument 8785 memset(tx_only_params, 0, sizeof(*tx_only_params)); in bnx2x_setup_tx_only() 8791 tx_only_params->flags = bnx2x_get_common_flags(bp, fp, false); in bnx2x_setup_tx_only() 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() 8806 tx_only_params->gen_params.spcl_id, tx_only_params->flags); in bnx2x_setup_tx_only() 8829 struct bnx2x_queue_setup_tx_only_params *tx_only_params = in bnx2x_setup_queue() local 8896 tx_only_params, tx_index, leading); in bnx2x_setup_queue()
|
D | bnx2x_sp.c | 5110 struct bnx2x_queue_setup_tx_only_params *tx_only_params = in bnx2x_q_send_setup_tx_only() local 5112 u8 cid_index = tx_only_params->cid_index; in bnx2x_q_send_setup_tx_only() 5121 tx_only_params->gen_params.cos, in bnx2x_q_send_setup_tx_only() 5122 tx_only_params->gen_params.spcl_id); in bnx2x_q_send_setup_tx_only()
|