Lines Matching refs:def
106 int def; member
123 *value = opt->def; in atl1e_validate_option()
168 *value = opt->def; in atl1e_validate_option()
198 .def = ATL1E_DEFAULT_TX_DESC_CNT, in atl1e_check_options()
208 adapter->tx_ring.count = (u16)opt.def; in atl1e_check_options()
217 .def = ATL1E_DEFAULT_RX_MEM_SIZE, in atl1e_check_options()
227 adapter->rx_ring.page_size = (u32)opt.def * 1024; in atl1e_check_options()
237 .def = INT_MOD_DEFAULT_CNT, in atl1e_check_options()
247 adapter->hw.imt = (u16)(opt.def); in atl1e_check_options()
256 .def = MEDIA_TYPE_AUTO_SENSOR, in atl1e_check_options()
266 adapter->hw.media_type = (u16)(opt.def); in atl1e_check_options()