Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/iwlwifi/pcie/
HDdrv.c555 #define _IWL_DEV_INFO(_device, _subdevice, _mac_type, _mac_step, _rf_type, \ argument
557 { .device = (_device), .subdevice = (_subdevice), .cfg = &(_cfg), \
562 #define IWL_DEV_INFO(_device, _subdevice, _cfg, _name) \ argument
563 _IWL_DEV_INFO(_device, _subdevice, IWL_CFG_ANY, IWL_CFG_ANY, \
/freebsd-14-stable/sys/dev/bwn/
HDif_bwn.c911 #define BWN_ISDEV(_device, _subvendor, _subdevice) \ in bwn_sprom_bugfixes() argument
914 (sc->sc_board_info.board_type == _subdevice)) in bwn_sprom_bugfixes()