Searched refs:tx_only_params (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 8741 struct bnx2x_queue_setup_tx_only_params *tx_only_params, in bnx2x_setup_tx_only() argument 8744 memset(tx_only_params, 0, sizeof(*tx_only_params)); in bnx2x_setup_tx_only() 8750 tx_only_params->flags = bnx2x_get_common_flags(bp, fp, false); in bnx2x_setup_tx_only() 8753 tx_only_params->cid_index = tx_index; in bnx2x_setup_tx_only() 8756 bnx2x_pf_q_prep_general(bp, fp, &tx_only_params->gen_params, tx_index); in bnx2x_setup_tx_only() 8759 bnx2x_pf_tx_q_prep(bp, fp, &tx_only_params->txq_params, tx_index); in bnx2x_setup_tx_only() 8765 tx_only_params->gen_params.spcl_id, tx_only_params->flags); in bnx2x_setup_tx_only() 8788 struct bnx2x_queue_setup_tx_only_params *tx_only_params = in bnx2x_setup_queue() local 8855 tx_only_params, tx_index, leading); in bnx2x_setup_queue()
|
D | bnx2x_sp.c | 4891 struct bnx2x_queue_setup_tx_only_params *tx_only_params = in bnx2x_q_send_setup_tx_only() local 4893 u8 cid_index = tx_only_params->cid_index; in bnx2x_q_send_setup_tx_only() 4902 tx_only_params->gen_params.cos, in bnx2x_q_send_setup_tx_only() 4903 tx_only_params->gen_params.spcl_id); in bnx2x_q_send_setup_tx_only()
|