Searched refs:_fn_name (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_common.h | 843 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 845 *otx2_mbox_alloc_msg_ ## _fn_name(struct mbox *mbox) \ 863 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 865 otx2_mbox_up_handler_ ## _fn_name(struct otx2_nic *pfvf, \
|
H A D | otx2_pf.c | 894 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in otx2_process_mbox_msg_up() argument 910 err = otx2_mbox_up_handler_ ## _fn_name( \ in otx2_process_mbox_msg_up()
|
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | mcs_rvu_if.c | 17 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 19 *otx2_mbox_alloc_msg_ ## _fn_name(struct rvu *rvu, int devid) \
|
H A D | rvu_cgx.c | 24 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 26 *otx2_mbox_alloc_msg_ ## _fn_name(struct rvu *rvu, int devid) \
|
H A D | rvu.c | 2147 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in rvu_process_mbox_msg() argument 2169 err = rvu_mbox_handler_ ## _fn_name(rvu, \ in rvu_process_mbox_msg()
|