Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c4962 struct hwrm_ring_cmpl_ring_cfg_aggint_params_input req_rx = {0}; in bnxt_hwrm_set_ring_coal() local
4978 bnxt_hwrm_cmd_hdr_init(bp, &req_rx, in bnxt_hwrm_set_ring_coal()
4981 bnxt_hwrm_set_coal_params(&coal, &req_rx); in bnxt_hwrm_set_ring_coal()
4984 req_rx.ring_id = cpu_to_le16(bp->grp_info[grp_idx].cp_fw_ring_id); in bnxt_hwrm_set_ring_coal()
4986 return hwrm_send_message(bp, &req_rx, sizeof(req_rx), in bnxt_hwrm_set_ring_coal()
4993 struct hwrm_ring_cmpl_ring_cfg_aggint_params_input req_rx = {0}, in bnxt_hwrm_set_coal() local
4996 bnxt_hwrm_cmd_hdr_init(bp, &req_rx, in bnxt_hwrm_set_coal()
5001 bnxt_hwrm_set_coal_params(&bp->rx_coal, &req_rx); in bnxt_hwrm_set_coal()
5008 req = &req_rx; in bnxt_hwrm_set_coal()