Searched refs:autoselect (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | icp_qat_fw_comp.h | 48 #define ICP_QAT_FW_COMP_FLAGS_BUILD(sesstype, autoselect, enhanced_asb, \ 52 (((autoselect) & ICP_QAT_FW_COMP_AUTO_SELECT_BEST_MASK) << \
|
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/ |
H A D | 3c574_cs.c | 201 unsigned int autoselect:1, default_media:3; /* Read from the EEPROM/Wn3_Config. */ member 377 lp->autoselect = config & Autoselect ? 1 : 0; in tc574_config() 435 config & Autoselect ? "autoselect " : ""); in tc574_config() 614 outl((lp->autoselect ? 0x01000000 : 0) | 0x0062001b, in tc574_reset()
|
H A D | 3c515.c | 314 full_duplex:1, autoselect:1, bus_master:1, /* Vortex can only do a fragment bus-m. */ member 666 config & Autoselect ? "autoselect/" : "", in corkscrew_setup() 669 vp->autoselect = config & Autoselect ? 1 : 0; in corkscrew_setup() 714 } else if (vp->autoselect) { in corkscrew_open()
|
H A D | 3c59x.c | 152 The EEPROM media type should be left at the default "autoselect" unless using 624 full_duplex:1, autoselect:1, member 1367 AUTOSELECT(config) ? "autoselect/" : "", in vortex_probe1() 1374 vp->autoselect = AUTOSELECT(config); in vortex_probe1() 1572 } else if (vp->autoselect) { in vortex_up()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/ |
H A D | 3c574_cs.c | 201 unsigned int autoselect:1, default_media:3; /* Read from the EEPROM/Wn3_Config. */ member 376 lp->autoselect = config & Autoselect ? 1 : 0; in tc574_config() 434 config & Autoselect ? "autoselect " : ""); in tc574_config() 613 outl((lp->autoselect ? 0x01000000 : 0) | 0x0062001b, in tc574_reset()
|
H A D | 3c515.c | 316 full_duplex:1, autoselect:1, bus_master:1, /* Vortex can only do a fragment bus-m. */ member 670 config & Autoselect ? "autoselect/" : "", in corkscrew_setup() 673 vp->autoselect = config & Autoselect ? 1 : 0; in corkscrew_setup() 718 } else if (vp->autoselect) { in corkscrew_open()
|
H A D | 3c59x.c | 152 The EEPROM media type should be left at the default "autoselect" unless using 624 full_duplex:1, autoselect:1, member 1369 AUTOSELECT(config) ? "autoselect/" : "", in vortex_probe1() 1376 vp->autoselect = AUTOSELECT(config); in vortex_probe1() 1574 } else if (vp->autoselect) { in vortex_up()
|
Completed in 20 milliseconds