Searched refs:frsp (Results 1 – 7 of 7) sorted by relevance
12 frsp(void *frD, void *frB) in frsp() function
10 frsp.o fsel.o lfs.o frsqrte.o fsub.o \
52 FLOATFUNC(frsp);307 case FRSP: func = frsp; type = XB; break; in do_mathemu()
47 FPD_ONE_IN(frsp)
248 FPD_ONE_IN(frsp)
290 struct npc_get_field_status_rsp *frsp; in otx2_mcam_entry_init() local396 frsp = (struct npc_get_field_status_rsp *)otx2_mbox_get_rsp in otx2_mcam_entry_init()398 if (IS_ERR(frsp)) { in otx2_mcam_entry_init()400 return PTR_ERR(frsp); in otx2_mcam_entry_init()403 if (frsp->enable) { in otx2_mcam_entry_init()
2520 struct npc_get_field_status_rsp *frsp; in otx2_do_set_vf_mac() local2540 frsp = (struct npc_get_field_status_rsp *)otx2_mbox_get_rsp in otx2_do_set_vf_mac()2542 if (IS_ERR(frsp)) { in otx2_do_set_vf_mac()2543 err = PTR_ERR(frsp); in otx2_do_set_vf_mac()2547 if (!frsp->enable) { in otx2_do_set_vf_mac()