Lines Matching refs:enable

565  *	t4_seeprom_wp - enable/disable EEPROM write protection
567 * @enable: whether to enable or disable write protection
572 t4_seeprom_wp(struct adapter *adapter, int enable)
574 return (t4_seeprom_write(adapter, EEPROM_STAT_ADDR, enable ? 0xc : 0));
693 SF_WR_ENABLE = 6, /* enable writes */
1535 * enable/disable auto-negotiation as desired, and reset.
2250 * t4_intr_enable - enable interrupts
2255 * enabled at each module, here we just enable the roots of the interrupt
2729 * @mode_map: a bitmap selcting which optional filter components to enable
2731 * Sets the filter mode by selecting the optional components to enable
3277 * @enable: whether to enable or disable the filter
3279 * Configures one of the tracing filters available in HW. If @enable is
3284 int idx, int enable)
3290 if (!enable) {
3608 * t4_wol_magic_enable - enable/disable magic packet WoL
3630 * t4_wol_pat_enable - enable/disable pattern-based WoL
3637 * @enable: enable/disable switch
3641 * the resulting packet against @crc. If @enable is %true pattern-based
3646 u64 mask0, u64 mask1, unsigned int crc, bool enable)
3650 if (!enable) {
4404 * @promisc: 1 to enable promiscuous mode, 0 to disable it, -1 no change
4405 * @all_multi: 1 to enable all-multi mode, 0 to disable it, -1 no change
4406 * @bcast: 1 to enable broadcast Rx, 0 to disable it, -1 no change
4407 * @vlanex: 1 to enable HVLAN extraction, 0 to disable it, -1 no change
4613 * t4_enable_vi - enable/disable a virtual interface
4617 * @rx_en: 1=enable Rx, 0=disable Rx
4618 * @tx_en: 1=enable Tx, 0=disable Tx
4660 * t4_iq_start_stop - enable/disable an ingress queue and its FLs
4663 * @start: %true to enable the queues, %false to disable them