Searched refs:cfg_info (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_main.c181 struct octeon_if_cfg_info cfg_info; member in struct:lio_if_cfg_resp
1313 lio_swap_8B_data((uint64_t *)(&resp->cfg_info),
1316 num_iqueues = bitcount64(resp->cfg_info.iqmask);
1317 num_oqueues = bitcount64(resp->cfg_info.oqmask);
1322 LIO_CAST64(resp->cfg_info.iqmask),
1323 LIO_CAST64(resp->cfg_info.oqmask));
1329 i, LIO_CAST64(resp->cfg_info.iqmask),
1330 LIO_CAST64(resp->cfg_info.oqmask),
1356 props->gmxport = resp->cfg_info.linfo.gmxport;
1363 resp->cfg_info
[all...]
/freebsd-11-stable/sys/dev/sound/pci/
H A Denvy24.c106 struct cfg_info { struct
149 struct cfg_info *cfg;
281 static struct cfg_info cfg_table[] = {
577 static struct cfg_info *
580 struct cfg_info *buff;
626 envy24_cfgfree(struct cfg_info *cfg) {
H A Denvy24ht.c115 struct cfg_info { struct
148 struct cfg_info *cfg;
280 static struct cfg_info cfg_table[] = {
614 static struct cfg_info *
617 struct cfg_info *buff;
707 envy24ht_cfgfree(struct cfg_info *cfg) {

Completed in 96 milliseconds