Home
last modified time | relevance | path

Searched refs:_context (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dnotif.c46 #define RX_HANDLER_NO_OBJECT(_grp, _cmd, _name, _context) \ argument
48 .context = _context, \
55 #define RX_HANDLER_NO_VAL(_grp, _cmd, _name, _context) \ argument
57 .context = _context, \
61 #define RX_HANDLER_VAL_FN(_grp, _cmd, _name, _context) \ argument
63 .context = _context, \
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c352 #define RX_HANDLER_NO_SIZE(_cmd_id, _fn, _context) \ argument
353 { .cmd_id = _cmd_id, .fn = _fn, .context = _context, }
354 #define RX_HANDLER_GRP_NO_SIZE(_grp, _cmd, _fn, _context) \ argument
355 { .cmd_id = WIDE_ID(_grp, _cmd), .fn = _fn, .context = _context, }
356 #define RX_HANDLER(_cmd_id, _fn, _context, _struct) \ argument
358 .context = _context, .min_size = sizeof(_struct), }
359 #define RX_HANDLER_GRP(_grp, _cmd, _fn, _context, _struct) \ argument
361 .context = _context, .min_size = sizeof(_struct), }