Searched refs:otx2_mbox_get_rsp (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
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() 222 rsp = (struct ptp_rsp *)otx2_mbox_get_rsp(&ptp->nic->mbox.mbox, 0, in ptp_tstmp_read()
|
H A D | rep.c | 68 rsp = (struct npc_mcam_alloc_entry_rsp *)otx2_mbox_get_rsp in rvu_rep_mcam_flow_init() 357 otx2_mbox_get_rsp(&priv->mbox.mbox, 0, &req->hdr); in rvu_rep_get_stats() 735 msghdr = otx2_mbox_get_rsp(&priv->mbox.mbox, 0, &req->hdr); in rvu_get_rep_cnt()
|
H A D | otx2_ethtool.c | 330 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in otx2_get_pauseparam() 987 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); in otx2_get_fwdata() 1063 rsp = (struct fec_mode *)otx2_mbox_get_rsp(&pfvf->mbox.mbox, in otx2_set_fecparam()
|
/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);
|