Searched refs:_fn_name (Results 1 – 7 of 7) sorted by relevance
| /drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | otx2_common.h | 891 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 893 *otx2_mbox_alloc_msg_ ## _fn_name(struct mbox *mbox) \ 913 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 915 otx2_mbox_up_handler_ ## _fn_name(struct otx2_nic *pfvf, \
|
| A D | otx2_common.c | 2087 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 2089 otx2_mbox_up_handler_ ## _fn_name(struct otx2_nic *pfvf, \ 2096 EXPORT_SYMBOL(otx2_mbox_up_handler_ ## _fn_name);
|
| 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()
|
| /drivers/net/ethernet/marvell/octeontx2/af/ |
| A D | rvu_rep.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) \
|
| 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) \
|
| 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) \
|
| A D | rvu.c | 2153 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in rvu_process_mbox_msg() argument 2175 err = rvu_mbox_handler_ ## _fn_name(rvu, \ in rvu_process_mbox_msg()
|
Completed in 44 milliseconds