Searched refs:_subdevice (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | if_iwx.c | 10877 #define _IWX_DEV_INFO(_device, _subdevice, _mac_type, _mac_step, _rf_type, \ argument 10879 { .device = (_device), .subdevice = (_subdevice), .cfg = &(_cfg), \ 10884 #define IWX_DEV_INFO(_device, _subdevice, _cfg) \ argument 10885 _IWX_DEV_INFO(_device, _subdevice, IWX_CFG_ANY, IWX_CFG_ANY, \
|