Searched refs:otx2_mbox_get_rsp (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H 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()
|
H A D | otx2_ptp.c | 34 rsp = (struct ptp_get_cap_rsp *)otx2_mbox_get_rsp(&ptp->nic->mbox.mbox, 0, in is_tstmp_atomic_update_supported() 91 rsp = (struct ptp_rsp *)otx2_mbox_get_rsp(&ptp->nic->mbox.mbox, 0, in otx2_ptp_get_clock() 221 rsp = (struct ptp_rsp *)otx2_mbox_get_rsp(&ptp->nic->mbox.mbox, 0, in ptp_tstmp_read()
|
H A D | otx2_dcbnl.c | 82 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in otx2_pfc_txschq_alloc_one() 317 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in otx2_config_priority_flow_ctrl()
|
H A D | otx2_common.c | 187 msghdr = otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in otx2_hw_get_mac_addr() 298 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in otx2_set_flowkey_cfg() 476 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &lso->hdr); in otx2_setup_segmentation() 495 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &lso->hdr); in otx2_setup_segmentation() 755 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in otx2_txsch_alloc() 1174 rsp = (struct nix_lf_alloc_rsp *)otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, in otx2_config_nix() 1839 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in otx2_get_max_mtu()
|
H 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() 1490 rsp_hdr = otx2_mbox_get_rsp(&pf->mbox.mbox, 0, &req->hdr); in otx2_enable_rxvlan()
|
H A D | otx2_ethtool.c | 345 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in otx2_get_pauseparam() 1007 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in otx2_get_fwdata() 1083 rsp = (struct fec_mode *)otx2_mbox_get_rsp(&pfvf->mbox.mbox, in otx2_set_fecparam()
|
H A D | cn10k_macsec.c | 163 rsp = (struct mcs_alloc_rsrc_rsp *)otx2_mbox_get_rsp(&pfvf->mbox.mbox, in cn10k_mcs_alloc_rsrc() 786 rsp = (struct mcs_sa_stats *)otx2_mbox_get_rsp(&pfvf->mbox.mbox, in cn10k_mcs_sa_stats() 841 rsp = (struct mcs_sc_stats *)otx2_mbox_get_rsp(&pfvf->mbox.mbox, in cn10k_mcs_sc_stats() 896 rsp = (struct mcs_secy_stats *)otx2_mbox_get_rsp(&pfvf->mbox.mbox, in cn10k_mcs_secy_stats()
|
H A D | cn10k.c | 205 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in cn10k_alloc_leaf_profile()
|
H A D | otx2_tc.c | 899 rsp = (struct npc_delete_flow_rsp *)otx2_mbox_get_rsp(&nic->mbox.mbox, in otx2_del_mcam_flow_entry() 1177 rsp = (struct npc_mcam_get_stats_rsp *)otx2_mbox_get_rsp in otx2_tc_get_flow_stats()
|
H A D | qos.c | 646 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in otx2_qos_txschq_alloc()
|
H A D | otx2_pf.c | 2505 vtag_rsp = (struct nix_vtag_config_rsp *)otx2_mbox_get_rsp in otx2_do_set_vf_vlan()
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | mbox.c | 339 struct mbox_msghdr *otx2_mbox_get_rsp(struct otx2_mbox *mbox, int devid, in otx2_mbox_get_rsp() function 371 EXPORT_SYMBOL(otx2_mbox_get_rsp);
|
H A D | mbox.h | 112 struct mbox_msghdr *otx2_mbox_get_rsp(struct otx2_mbox *mbox, int devid,
|