Home
last modified time | relevance | path

Searched refs:entry_index (Results 1 – 10 of 10) sorted by relevance

/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_main.c1251 u16 entry_index = DSAF_INVALID_ENTRY_IDX; in hns_dsaf_set_mac_uc_entry() local
1272 entry_index = hns_dsaf_find_soft_mac_entry(dsaf_dev, &mac_key); in hns_dsaf_set_mac_uc_entry()
1273 if (entry_index == DSAF_INVALID_ENTRY_IDX) { in hns_dsaf_set_mac_uc_entry()
1275 entry_index = hns_dsaf_find_empty_mac_entry(dsaf_dev); in hns_dsaf_set_mac_uc_entry()
1276 if (entry_index == DSAF_INVALID_ENTRY_IDX) { in hns_dsaf_set_mac_uc_entry()
1289 mac_key.low.val, entry_index); in hns_dsaf_set_mac_uc_entry()
1299 dsaf_dev, entry_index, in hns_dsaf_set_mac_uc_entry()
1303 soft_mac_entry += entry_index; in hns_dsaf_set_mac_uc_entry()
1304 soft_mac_entry->index = entry_index; in hns_dsaf_set_mac_uc_entry()
1320 u16 entry_index = DSAF_INVALID_ENTRY_IDX; in hns_dsaf_set_mac_mc_entry() local
[all …]
Dhns_dsaf_main.h399 u16 entry_index,
/drivers/net/wireless/rt2x00/
Drt2x00dump.h121 __u8 entry_index; member
Drt2x00debug.c200 dump_hdr->entry_index = skbdesc->entry->entry_idx; in rt2x00debug_dump_frame()
/drivers/scsi/lpfc/
Dlpfc_mbox.c69 mb->un.varDmp.entry_index = offset; in lpfc_dump_static_vport()
147 mb->un.varDmp.entry_index = offset; in lpfc_dump_mem()
182 mb->un.varDmp.entry_index = 0; in lpfc_dump_wakeup_param()
Dlpfc_hw.h2758 uint32_t entry_index:16; member
2767 uint32_t entry_index:16;
/drivers/net/wireless/ath/wil6210/
Dwmi.h324 u8 entry_index; /* 0 to MAX_PROBED_SSID_INDEX */ member
/drivers/net/fddi/
Ddefxx.h961 PI_UINT32 entry_index; member
/drivers/net/wireless/ath/ath6kl/
Dwmi.h1024 u8 entry_index; member
Dwmi.c2188 cmd->entry_index = index; in ath6kl_wmi_probedssid_cmd()