Searched refs:bnxt_send_msg (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ulp.h | 108 int bnxt_send_msg(struct bnxt_en_dev *edev, struct bnxt_fw_msg *fw_msg);
|
H A 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); variable
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ulp.c | 235 static int bnxt_send_msg(struct bnxt_en_dev *edev, int ulp_id, in bnxt_send_msg() function 467 .bnxt_send_fw_msg = bnxt_send_msg,
|
Completed in 5 milliseconds