Lines Matching refs:enable

614  *	t4_seeprom_wp - enable/disable EEPROM write protection
616 * @enable: whether to enable or disable write protection
620 int t4_seeprom_wp(struct adapter *adapter, int enable)
622 return t4_seeprom_write(adapter, EEPROM_STAT_ADDR, enable ? 0xc : 0);
734 SF_WR_ENABLE = 6, /* enable writes */
1873 * enable/disable auto-negotiation as desired, and reset.
2630 * t4_intr_enable - enable interrupts
2635 * enabled at each module, here we just enable the roots of the interrupt
3099 * @mode_map: a bitmap selcting which optional filter components to enable
3101 * Sets the filter mode by selecting the optional components to enable
3625 * @enable: whether to enable or disable the filter
3627 * Configures one of the tracing filters available in HW. If @enable is
3635 int enable)
3641 if (!enable) {
4006 * t4_wol_magic_enable - enable/disable magic packet WoL
4040 * t4_wol_pat_enable - enable/disable pattern-based WoL
4047 * @enable: enable/disable switch
4051 * the resulting packet against @crc. If @enable is %true pattern-based
4055 u64 mask0, u64 mask1, unsigned int crc, bool enable)
4065 if (!enable) {
4918 * @promisc: 1 to enable promiscuous mode, 0 to disable it, -1 no change
4919 * @all_multi: 1 to enable all-multi mode, 0 to disable it, -1 no change
4920 * @bcast: 1 to enable broadcast Rx, 0 to disable it, -1 no change
4921 * @vlanex: 1 to enable HVLAN extraction, 0 to disable it, -1 no change
5131 * t4_enable_vi - enable/disable a virtual interface
5135 * @rx_en: 1=enable Rx, 0=disable Rx
5136 * @tx_en: 1=enable Tx, 0=disable Tx
5176 * t4_iq_start_stop - enable/disable an ingress queue and its FLs
5179 * @start: %true to enable the queues, %false to disable them