Home
last modified time | relevance | path

Searched refs:BNA_STATUS_T_DISABLED (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/net/bna/
Dbna_ctrl.c623 ll_req.up = BNA_STATUS_T_DISABLED; in bna_fw_llport_admin_down()
2178 __rxf_vlan_filter_set(rxf, BNA_STATUS_T_DISABLED); in rxf_process_packet_filter_promisc()
2193 BNA_STATUS_T_DISABLED); in rxf_process_packet_filter_promisc()
2222 BNA_STATUS_T_DISABLED); in rxf_process_packet_filter_allmulti()
2275 BNA_STATUS_T_DISABLED); in rxf_clear_packet_filter_promisc()
2289 BNA_STATUS_T_DISABLED); in rxf_clear_packet_filter_promisc()
2307 BNA_STATUS_T_DISABLED); in rxf_clear_packet_filter_allmulti()
2318 BNA_STATUS_T_DISABLED); in rxf_clear_packet_filter_allmulti()
2571 if (rxf->vlan_filter_status == BNA_STATUS_T_DISABLED) { in bna_rx_vlanfilter_enable()
Dbna_types.h48 BNA_STATUS_T_DISABLED = 0, enumerator
Dbna_txrx.c1236 if (rxf->rss_status == BNA_STATUS_T_DISABLED) { in rxf_process_packet_filter_vlan()
1431 rxf->vlan_filter_status = BNA_STATUS_T_DISABLED; in bna_rxf_init()
Dbnad.c1765 rx_config->rss_status = BNA_STATUS_T_DISABLED; in bnad_init_rx_config()