Searched refs:otx2_mbox_get_rsp (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/ |
| D | otx2_dmac_flt.c | 30 otx2_mbox_get_rsp(&pf->mbox.mbox, 0, &req->hdr); in otx2_dmacflt_do_add() 146 otx2_mbox_get_rsp(&pf->mbox.mbox, 0, &msg->hdr); in otx2_dmacflt_get_max_cnt()
|
| D | otx2_ptp.c | 50 rsp = (struct ptp_rsp *)otx2_mbox_get_rsp(&ptp->nic->mbox.mbox, 0, in ptp_cc_read()
|
| D | otx2_common.c | 185 msghdr = otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in otx2_hw_get_mac_addr() 288 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in otx2_set_flowkey_cfg() 466 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &lso->hdr); in otx2_setup_segmentation() 485 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &lso->hdr); in otx2_setup_segmentation() 1057 rsp = (struct nix_lf_alloc_rsp *)otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, in otx2_config_nix() 1670 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in otx2_get_max_mtu()
|
| D | otx2_ethtool.c | 325 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in otx2_get_pauseparam() 917 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in otx2_get_fwdata() 993 rsp = (struct fec_mode *)otx2_mbox_get_rsp(&pfvf->mbox.mbox, in otx2_set_fecparam()
|
| D | otx2_flows.c | 120 rsp = (struct npc_mcam_alloc_entry_rsp *)otx2_mbox_get_rsp in otx2_alloc_mcam_entries() 196 rsp = (struct npc_mcam_alloc_entry_rsp *)otx2_mbox_get_rsp in otx2_mcam_entry_init() 1370 rsp_hdr = otx2_mbox_get_rsp(&pf->mbox.mbox, 0, &req->hdr); in otx2_enable_rxvlan()
|
| D | cn10k.c | 204 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in cn10k_alloc_leaf_profile()
|
| D | otx2_tc.c | 817 rsp = (struct npc_mcam_get_stats_rsp *)otx2_mbox_get_rsp in otx2_tc_get_flow_stats()
|
| D | otx2_pf.c | 2204 vtag_rsp = (struct nix_vtag_config_rsp *)otx2_mbox_get_rsp in otx2_do_set_vf_vlan()
|
| /Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/ |
| D | mbox.c | 297 struct mbox_msghdr *otx2_mbox_get_rsp(struct otx2_mbox *mbox, int devid, in otx2_mbox_get_rsp() function 329 EXPORT_SYMBOL(otx2_mbox_get_rsp);
|
| D | mbox.h | 107 struct mbox_msghdr *otx2_mbox_get_rsp(struct otx2_mbox *mbox, int devid,
|