Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c6215 struct hwrm_ring_cmpl_ring_cfg_aggint_params_input req_rx = {0}; in bnxt_hwrm_set_ring_coal() local
6230 bnxt_hwrm_cmd_hdr_init(bp, &req_rx, in bnxt_hwrm_set_ring_coal()
6233 bnxt_hwrm_set_coal_params(bp, &coal, &req_rx); in bnxt_hwrm_set_ring_coal()
6235 req_rx.ring_id = cpu_to_le16(bnxt_cp_ring_for_rx(bp, bnapi->rx_ring)); in bnxt_hwrm_set_ring_coal()
6237 return hwrm_send_message(bp, &req_rx, sizeof(req_rx), in bnxt_hwrm_set_ring_coal()
6244 struct hwrm_ring_cmpl_ring_cfg_aggint_params_input req_rx = {0}, in bnxt_hwrm_set_coal() local
6247 bnxt_hwrm_cmd_hdr_init(bp, &req_rx, in bnxt_hwrm_set_coal()
6252 bnxt_hwrm_set_coal_params(bp, &bp->rx_coal, &req_rx); in bnxt_hwrm_set_coal()
6261 req = &req_rx; in bnxt_hwrm_set_coal()