Searched refs:bnxt_send_msg (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/infiniband/hw/bnxt_re/ |
| H A D | main.c | 560 rc = bnxt_send_msg(en_dev, &fw_msg); in bnxt_re_hwrm_free_vnic() 580 rc = bnxt_send_msg(en_dev, &fw_msg); in bnxt_re_hwrm_alloc_vnic() 606 rc = bnxt_send_msg(en_dev, &fw_msg); in bnxt_re_hwrm_cfg_vnic() 628 rc = bnxt_send_msg(en_dev, &fw_msg); in bnxt_re_hwrm_qcfg() 654 rc = bnxt_send_msg(en_dev, &fw_msg); in bnxt_re_hwrm_qcaps() 681 rc = bnxt_send_msg(en_dev, &fw_msg); in bnxt_re_hwrm_dbr_pacing_qcfg() 933 rc = bnxt_send_msg(en_dev, &fw_msg); in bnxt_re_net_ring_free() 966 rc = bnxt_send_msg(en_dev, &fw_msg); in bnxt_re_net_ring_alloc() 989 rc = bnxt_send_msg(en_dev, &fw_msg); in bnxt_re_net_stats_ctx_free() 1016 rc = bnxt_send_msg(en_dev, &fw_msg); in bnxt_re_net_stats_ctx_alloc() [all …]
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_ulp.h | 125 int bnxt_send_msg(struct bnxt_en_dev *edev, struct bnxt_fw_msg *fw_msg);
|
| H A D | bnxt_ulp.c | 191 int bnxt_send_msg(struct bnxt_en_dev *edev, in bnxt_send_msg() function 226 EXPORT_SYMBOL(bnxt_send_msg);
|