Searched refs:otx2_mbox_get_rsp (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/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() 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()
|
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() 222 rsp = (struct ptp_rsp *)otx2_mbox_get_rsp(&ptp->nic->mbox.mbox, 0, in ptp_tstmp_read()
|
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()
|
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()
|
D | otx2_flows.c | 120 rsp = (struct npc_mcam_alloc_entry_rsp *)otx2_mbox_get_rsp in otx2_alloc_mcam_entries() 198 rsp = (struct npc_mcam_alloc_entry_rsp *)otx2_mbox_get_rsp in otx2_mcam_entry_init() 233 frsp = (struct npc_get_field_status_rsp *)otx2_mbox_get_rsp in otx2_mcam_entry_init() 1493 rsp_hdr = otx2_mbox_get_rsp(&pf->mbox.mbox, 0, &req->hdr); in otx2_enable_rxvlan()
|
D | otx2_ethtool.c | 345 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in otx2_get_pauseparam() 997 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in otx2_get_fwdata() 1073 rsp = (struct fec_mode *)otx2_mbox_get_rsp(&pfvf->mbox.mbox, in otx2_set_fecparam()
|
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()
|
D | cn10k.c | 205 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in cn10k_alloc_leaf_profile()
|
D | otx2_tc.c | 389 crsp = (struct nix_mcast_grp_create_rsp *)otx2_mbox_get_rsp(&nic->mbox.mbox, in otx2_tc_update_mcast() 1086 rsp = (struct npc_delete_flow_rsp *)otx2_mbox_get_rsp(&nic->mbox.mbox, in otx2_del_mcam_flow_entry() 1380 rsp = (struct npc_mcam_get_stats_rsp *)otx2_mbox_get_rsp in otx2_tc_get_flow_stats()
|
D | qos.c | 660 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in otx2_qos_txschq_alloc()
|
D | otx2_pf.c | 2526 vtag_rsp = (struct nix_vtag_config_rsp *)otx2_mbox_get_rsp in otx2_do_set_vf_vlan()
|
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/ |
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);
|
D | mbox.h | 112 struct mbox_msghdr *otx2_mbox_get_rsp(struct otx2_mbox *mbox, int devid,
|