Searched refs:bnxt_send_msg (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_ulp.h | 108 int bnxt_send_msg(struct bnxt_en_dev *edev, struct bnxt_fw_msg *fw_msg);
|
D | bnxt_ulp.c | 143 int bnxt_send_msg(struct bnxt_en_dev *edev, in bnxt_send_msg() function 177 EXPORT_SYMBOL(bnxt_send_msg);
|
/linux-6.6.21/drivers/infiniband/hw/bnxt_re/ |
D | main.c | 405 rc = bnxt_send_msg(en_dev, &fw_msg); in bnxt_re_hwrm_qcfg() 429 rc = bnxt_send_msg(en_dev, &fw_msg); in bnxt_re_hwrm_qcaps() 453 rc = bnxt_send_msg(en_dev, &fw_msg); in bnxt_re_hwrm_dbr_pacing_qcfg() 672 rc = bnxt_send_msg(en_dev, &fw_msg); in bnxt_re_net_ring_free() 708 rc = bnxt_send_msg(en_dev, &fw_msg); in bnxt_re_net_ring_alloc() 734 rc = bnxt_send_msg(en_dev, &fw_msg); in bnxt_re_net_stats_ctx_free() 765 rc = bnxt_send_msg(en_dev, &fw_msg); in bnxt_re_net_stats_ctx_alloc() 1356 rc = bnxt_send_msg(en_dev, &fw_msg); in bnxt_re_query_hwrm_intf_version()
|