Searched refs:otx2_mbox_get_rsp (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/nic/ |
A D | otx2_dmac_flt.c | 30 otx2_mbox_get_rsp(&pf->mbox.mbox, 0, &req->hdr); in otx2_dmacflt_do_add() 61 otx2_mbox_get_rsp(&pf->mbox.mbox, 0, &req->hdr); in otx2_dmacflt_add_pfmac() 163 otx2_mbox_get_rsp(&pf->mbox.mbox, 0, &msg->hdr); in otx2_dmacflt_get_max_cnt() 202 otx2_mbox_get_rsp(&pf->mbox.mbox, 0, &req->hdr); in otx2_dmacflt_update()
|
A D | otx2_ptp.c | 32 rsp = (struct ptp_rsp *)otx2_mbox_get_rsp(&ptp->nic->mbox.mbox, 0, in otx2_ptp_get_clock() 119 rsp = (struct ptp_rsp *)otx2_mbox_get_rsp(&ptp->nic->mbox.mbox, 0, in ptp_tstmp_read()
|
A D | otx2_dcbnl.c | 81 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in otx2_pfc_txschq_alloc_one() 320 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in otx2_config_priority_flow_ctrl()
|
A D | otx2_common.c | 180 msghdr = otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in otx2_hw_get_mac_addr() 291 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in otx2_set_flowkey_cfg() 469 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &lso->hdr); in otx2_setup_segmentation() 488 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &lso->hdr); in otx2_setup_segmentation() 1117 rsp = (struct nix_lf_alloc_rsp *)otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, in otx2_config_nix() 1748 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in otx2_get_max_mtu()
|
A D | otx2_flows.c | 122 rsp = (struct npc_mcam_alloc_entry_rsp *)otx2_mbox_get_rsp in otx2_alloc_mcam_entries() 200 rsp = (struct npc_mcam_alloc_entry_rsp *)otx2_mbox_get_rsp in otx2_mcam_entry_init() 235 frsp = (struct npc_get_field_status_rsp *)otx2_mbox_get_rsp in otx2_mcam_entry_init() 1462 rsp_hdr = otx2_mbox_get_rsp(&pf->mbox.mbox, 0, &req->hdr); in otx2_enable_rxvlan()
|
A D | cn10k_macsec.c | 112 rsp = (struct mcs_alloc_rsrc_rsp *)otx2_mbox_get_rsp(&pfvf->mbox.mbox, in cn10k_mcs_alloc_rsrc() 650 rsp = (struct mcs_sa_stats *)otx2_mbox_get_rsp(&pfvf->mbox.mbox, in cn10k_mcs_sa_stats() 705 rsp = (struct mcs_sc_stats *)otx2_mbox_get_rsp(&pfvf->mbox.mbox, in cn10k_mcs_sc_stats() 760 rsp = (struct mcs_secy_stats *)otx2_mbox_get_rsp(&pfvf->mbox.mbox, in cn10k_mcs_secy_stats()
|
A D | otx2_ethtool.c | 332 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in otx2_get_pauseparam() 992 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in otx2_get_fwdata() 1068 rsp = (struct fec_mode *)otx2_mbox_get_rsp(&pfvf->mbox.mbox, in otx2_set_fecparam()
|
A D | cn10k.c | 203 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in cn10k_alloc_leaf_profile()
|
A D | otx2_tc.c | 925 rsp = (struct npc_mcam_get_stats_rsp *)otx2_mbox_get_rsp in otx2_tc_get_flow_stats()
|
A D | otx2_pf.c | 2355 vtag_rsp = (struct nix_vtag_config_rsp *)otx2_mbox_get_rsp in otx2_do_set_vf_vlan()
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/ |
A 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);
|
A D | mbox.h | 107 struct mbox_msghdr *otx2_mbox_get_rsp(struct otx2_mbox *mbox, int devid,
|
Completed in 46 milliseconds