Lines Matching refs:fw_msg

326 static void bnxt_re_fill_fw_msg(struct bnxt_fw_msg *fw_msg, void *msg,  in bnxt_re_fill_fw_msg()  argument
330 fw_msg->msg = msg; in bnxt_re_fill_fw_msg()
331 fw_msg->msg_len = msg_len; in bnxt_re_fill_fw_msg()
332 fw_msg->resp = resp; in bnxt_re_fill_fw_msg()
333 fw_msg->resp_max_len = resp_max_len; in bnxt_re_fill_fw_msg()
334 fw_msg->timeout = timeout; in bnxt_re_fill_fw_msg()
343 struct bnxt_fw_msg fw_msg; in bnxt_re_net_ring_free() local
357 memset(&fw_msg, 0, sizeof(fw_msg)); in bnxt_re_net_ring_free()
362 bnxt_re_fill_fw_msg(&fw_msg, (void *)&req, sizeof(req), (void *)&resp, in bnxt_re_net_ring_free()
364 rc = bnxt_send_msg(en_dev, &fw_msg); in bnxt_re_net_ring_free()
378 struct bnxt_fw_msg fw_msg; in bnxt_re_net_ring_alloc() local
384 memset(&fw_msg, 0, sizeof(fw_msg)); in bnxt_re_net_ring_alloc()
399 bnxt_re_fill_fw_msg(&fw_msg, (void *)&req, sizeof(req), (void *)&resp, in bnxt_re_net_ring_alloc()
401 rc = bnxt_send_msg(en_dev, &fw_msg); in bnxt_re_net_ring_alloc()
414 struct bnxt_fw_msg fw_msg; in bnxt_re_net_stats_ctx_free() local
423 memset(&fw_msg, 0, sizeof(fw_msg)); in bnxt_re_net_stats_ctx_free()
427 bnxt_re_fill_fw_msg(&fw_msg, (void *)&req, sizeof(req), (void *)&resp, in bnxt_re_net_stats_ctx_free()
429 rc = bnxt_send_msg(en_dev, &fw_msg); in bnxt_re_net_stats_ctx_free()
445 struct bnxt_fw_msg fw_msg; in bnxt_re_net_stats_ctx_alloc() local
453 memset(&fw_msg, 0, sizeof(fw_msg)); in bnxt_re_net_stats_ctx_alloc()
460 bnxt_re_fill_fw_msg(&fw_msg, (void *)&req, sizeof(req), (void *)&resp, in bnxt_re_net_stats_ctx_alloc()
462 rc = bnxt_send_msg(en_dev, &fw_msg); in bnxt_re_net_stats_ctx_alloc()
929 struct bnxt_fw_msg fw_msg; in bnxt_re_query_hwrm_pri2cos() local
937 memset(&fw_msg, 0, sizeof(fw_msg)); in bnxt_re_query_hwrm_pri2cos()
945 bnxt_re_fill_fw_msg(&fw_msg, (void *)&req, sizeof(req), (void *)&resp, in bnxt_re_query_hwrm_pri2cos()
947 rc = bnxt_send_msg(en_dev, &fw_msg); in bnxt_re_query_hwrm_pri2cos()
1119 struct bnxt_fw_msg fw_msg; in bnxt_re_query_hwrm_intf_version() local
1122 memset(&fw_msg, 0, sizeof(fw_msg)); in bnxt_re_query_hwrm_intf_version()
1128 bnxt_re_fill_fw_msg(&fw_msg, (void *)&req, sizeof(req), (void *)&resp, in bnxt_re_query_hwrm_intf_version()
1130 rc = bnxt_send_msg(en_dev, &fw_msg); in bnxt_re_query_hwrm_intf_version()