Home
last modified time | relevance | path

Searched defs:fw_msg (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c471 struct bnxt_fw_msg fw_msg; in bnxt_re_hwrm_dbr_pacing_broadcast_event() local
495 struct bnxt_fw_msg fw_msg; in bnxt_re_hwrm_dbr_pacing_nqlist_query() local
1565 struct bnxt_fw_msg fw_msg; in bnxt_re_net_ring_free() local
1606 struct bnxt_fw_msg fw_msg; in bnxt_re_net_ring_alloc() local
1653 struct bnxt_fw_msg fw_msg; in bnxt_re_net_stats_ctx_free() local
1687 struct bnxt_fw_msg fw_msg; in bnxt_re_net_stats_ctx_alloc() local
1768 struct bnxt_fw_msg fw_msg; in bnxt_re_query_hwrm_intf_version() local
1809 struct bnxt_fw_msg fw_msg; in bnxt_re_hwrm_qcfg() local
1837 struct bnxt_fw_msg fw_msg; in bnxt_re_hwrm_qcaps() local
1894 struct bnxt_fw_msg fw_msg; in bnxt_re_hwrm_dbr_pacing_qcfg() local
[all …]
H A Dstats.c41 struct bnxt_fw_msg fw_msg = {}; in bnxt_re_get_flow_stats_from_service_pf() local
95 struct bnxt_fw_msg fw_msg = {}; in bnxt_re_get_qos_stats() local
H A Dbnxt_re.h974 static inline void bnxt_re_fill_fw_msg(struct bnxt_fw_msg *fw_msg, in bnxt_re_fill_fw_msg()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_ulp.c204 struct bnxt_fw_msg *fw_msg) in bnxt_send_msg()