Lines Matching refs:ifid

634 	uint8 ifid = DHD_PKTTAG_IF(PKTTAG(p));  in _dhd_wlfc_find_table_entry()  local
637 int iftype = ctx->destination_entries.interfaces[ifid].iftype; in _dhd_wlfc_find_table_entry()
649 (ctx->destination_entries.interfaces[ifid].occupied)) { in _dhd_wlfc_find_table_entry()
650 entry = &ctx->destination_entries.interfaces[ifid]; in _dhd_wlfc_find_table_entry()
660 if (table[i].interface_id == ifid) { in _dhd_wlfc_find_table_entry()
880 _dhd_wlfc_allow_fc(athost_wl_status_info_t* ctx, uint8 ifid) in _dhd_wlfc_allow_fc() argument
885 if (ctx->pkt_cnt_in_drv[ifid][prec] > 0) { in _dhd_wlfc_allow_fc()
1808 uint8 action, uint8 ifid, uint8 iftype, uint8* ea, in _dhd_wlfc_mac_entry_update() argument
1817 entry->interface_id = ifid; in _dhd_wlfc_mac_entry_update()
1836 _dhd_wlfc_flow_control_check(ctx, &entry->psq, ifid); in _dhd_wlfc_mac_entry_update()
1865 _dhd_wlfc_flow_control_check(ctx, &entry->psq, ifid); in _dhd_wlfc_mac_entry_update()
1952 uint8 action, uint8 ifid, uint8 iftype, uint8* ea) in _dhd_wlfc_interface_entry_update() argument
1957 if (ifid >= WLFC_MAX_IFNUM) in _dhd_wlfc_interface_entry_update()
1960 entry = &ctx->destination_entries.interfaces[ifid]; in _dhd_wlfc_interface_entry_update()
1962 return _dhd_wlfc_mac_entry_update(ctx, entry, action, ifid, iftype, ea, in _dhd_wlfc_interface_entry_update()
1963 _dhd_wlfc_ifpkt_fn, &ifid); in _dhd_wlfc_interface_entry_update()
2638 uint8 ifid; in _dhd_wlfc_mac_table_update() local
2648 ifid = value[1]; in _dhd_wlfc_mac_table_update()
2670 eWLFC_MAC_ENTRY_ACTION_ADD, ifid, in _dhd_wlfc_mac_table_update()
2671 wlfc->destination_entries.interfaces[ifid].iftype, in _dhd_wlfc_mac_table_update()
2682 eWLFC_MAC_ENTRY_ACTION_DEL, ifid, in _dhd_wlfc_mac_table_update()
2683 wlfc->destination_entries.interfaces[ifid].iftype, in _dhd_wlfc_mac_table_update()
3795 int dhd_wlfc_interface_event(dhd_pub_t *dhdp, uint8 action, uint8 ifid, uint8 iftype, uint8* ea) in dhd_wlfc_interface_event() argument
3811 rc = _dhd_wlfc_interface_entry_update(dhdp->wlfc_state, action, ifid, iftype, ea); in dhd_wlfc_interface_event()