Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwx/
H A Dif_iwx.c9670 #define _IWX_DEV_INFO(_device, _subdevice, _mac_type, _mac_step, _rf_type, \ argument
9672 { .device = (_device), .subdevice = (_subdevice), .cfg = &(_cfg), \
9677 #define IWX_DEV_INFO(_device, _subdevice, _cfg) \ argument
9678 _IWX_DEV_INFO(_device, _subdevice, IWX_CFG_ANY, IWX_CFG_ANY, \
/freebsd/sys/dev/bwn/
H A Dif_bwn.c912 #define BWN_ISDEV(_device, _subvendor, _subdevice) \ in bwn_sprom_bugfixes() argument
915 (sc->sc_board_info.board_type == _subdevice)) in bwn_sprom_bugfixes()