Searched refs:_fn_name (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_common.h | 814 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 816 *otx2_mbox_alloc_msg_ ## _fn_name(struct mbox *mbox) \ 834 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 836 otx2_mbox_up_handler_ ## _fn_name(struct otx2_nic *pfvf, \
|
D | otx2_common.c | 1820 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 1822 otx2_mbox_up_handler_ ## _fn_name(struct otx2_nic *pfvf, \ 1829 EXPORT_SYMBOL(otx2_mbox_up_handler_ ## _fn_name);
|
D | otx2_pf.c | 909 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in otx2_process_mbox_msg_up() argument 925 err = otx2_mbox_up_handler_ ## _fn_name( \ in otx2_process_mbox_msg_up()
|
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/af/ |
D | mcs_rvu_if.c | 16 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 18 *otx2_mbox_alloc_msg_ ## _fn_name(struct rvu *rvu, int devid) \
|
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) \
|
D | rvu.c | 2068 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in rvu_process_mbox_msg() argument 2090 err = rvu_mbox_handler_ ## _fn_name(rvu, \ in rvu_process_mbox_msg()
|