Lines Matching defs:enable

2946  *	t4_seeprom_wp - enable/disable EEPROM write protection
2948 * @enable: whether to enable or disable write protection
2952 int t4_seeprom_wp(struct adapter *adapter, int enable)
2954 return t4_seeprom_write(adapter, EEPROM_STAT_ADDR, enable ? 0xc : 0);
3102 SF_WR_ENABLE = 6, /* enable writes */
3850 * enable/disable auto-negotiation as desired, and reset.
3973 intr_alert_char(u32 cause, u32 enable, u32 fatal)
3978 if (cause & enable)
3986 u32 enable, fatal, leftover;
3990 enable = t4_read_reg(adap, ii->enable_reg);
3995 alert = intr_alert_char(cause, enable, fatal);
3997 alert, ii->name, ii->cause_reg, cause, enable, fatal);
4004 alert = intr_alert_char(msgbits, enable, ii->fatal);
5313 * t4_intr_enable - enable interrupts
5318 * enabled at each module, here we just enable the roots of the interrupt
6519 * @enable: whether to enable or disable the filter
6526 int idx, int enable)
6536 if (tp == NULL || !enable) {
6538 enable ? en : 0);
6942 * t4_wol_magic_enable - enable/disable magic packet WoL
6976 * t4_wol_pat_enable - enable/disable pattern-based WoL
6983 * @enable: enable/disable switch
6987 * the resulting packet against @crc. If @enable is %true pattern-based
6991 u64 mask0, u64 mask1, unsigned int crc, bool enable)
7001 if (!enable) {
7937 * @promisc: 1 to enable promiscuous mode, 0 to disable it, -1 no change
7938 * @all_multi: 1 to enable all-multi mode, 0 to disable it, -1 no change
7939 * @bcast: 1 to enable broadcast Rx, 0 to disable it, -1 no change
7940 * @vlanex: 1 to enable HW VLAN extraction, 0 to disable it, -1 no change
8162 * t4_enable_vi_params - enable/disable a virtual interface
8166 * @rx_en: 1=enable Rx, 0=disable Rx
8167 * @tx_en: 1=enable Tx, 0=disable Tx
8168 * @dcb_en: 1=enable delivery of Data Center Bridging messages.
8190 * t4_enable_vi - enable/disable a virtual interface
8194 * @rx_en: 1=enable Rx, 0=disable Rx
8195 * @tx_en: 1=enable Tx, 0=disable Tx
10371 * @mode_map: a bitmap selcting which optional filter components to enable
10374 * Sets the filter mode by selecting the optional components to enable
10706 * t4_config_watchdog - configure (enable/disable) a watchdog timer