Searched refs:tx_only_params (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 8792 struct bnx2x_queue_setup_tx_only_params *tx_only_params, in bnx2x_setup_tx_only() argument 8795 memset(tx_only_params, 0, sizeof(*tx_only_params)); in bnx2x_setup_tx_only() 8801 tx_only_params->flags = bnx2x_get_common_flags(bp, fp, false); in bnx2x_setup_tx_only() 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() 8816 tx_only_params->gen_params.spcl_id, tx_only_params->flags); in bnx2x_setup_tx_only() 8839 struct bnx2x_queue_setup_tx_only_params *tx_only_params = in bnx2x_setup_queue() local 8906 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()
|