Lines Matching refs:def
93 int def; member
110 *value = opt->def; in atl1e_validate_option()
155 *value = opt->def; in atl1e_validate_option()
185 .def = ATL1E_DEFAULT_TX_DESC_CNT, in atl1e_check_options()
195 adapter->tx_ring.count = (u16)opt.def; in atl1e_check_options()
204 .def = ATL1E_DEFAULT_RX_MEM_SIZE, in atl1e_check_options()
214 adapter->rx_ring.page_size = (u32)opt.def * 1024; in atl1e_check_options()
224 .def = INT_MOD_DEFAULT_CNT, in atl1e_check_options()
234 adapter->hw.imt = (u16)(opt.def); in atl1e_check_options()
243 .def = MEDIA_TYPE_AUTO_SENSOR, in atl1e_check_options()
253 adapter->hw.media_type = (u16)(opt.def); in atl1e_check_options()