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 | 898 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 900 *otx2_mbox_alloc_msg_ ## _fn_name(struct mbox *mbox) \ 920 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 922 otx2_mbox_up_handler_ ## _fn_name(struct otx2_nic *pfvf, \
|
| H A D | otx2_common.c | 2101 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 2103 otx2_mbox_up_handler_ ## _fn_name(struct otx2_nic *pfvf, \ 2110 EXPORT_SYMBOL(otx2_mbox_up_handler_ ## _fn_name);
|
| H A D | otx2_pf.c | 973 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in otx2_process_mbox_msg_up() argument 989 err = otx2_mbox_up_handler_ ## _fn_name( \ in otx2_process_mbox_msg_up()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| 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 | 2198 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in rvu_process_mbox_msg() argument 2220 err = rvu_mbox_handler_ ## _fn_name(rvu, \ in rvu_process_mbox_msg()
|