Lines Matching defs:entry

879 	fip_vhub_table_entry_t *entry;
953 * till the first vhub table entry.
1009 entry = (fip_vhub_table_entry_t *)(void *)
1012 for (ndx = 0; ndx < entries_in_pkt; ndx++, entry++) {
1014 * Allocate a eib_vhub_map_t, copy the current entry details
1020 "table entry, ignoring this vhub table packet");
1024 ASSERT((entry->te_v_rss_type & FIP_TE_VALID) == FIP_TE_VALID);
1025 newmap->mp_v_rss_type = entry->te_v_rss_type;
1026 bcopy(entry->te_mac, newmap->mp_mac, ETHERADDRL);
1027 newmap->mp_qpn = (ntohl(entry->te_qpn) & FIP_TE_QPN_MASK);
1028 newmap->mp_sl = (entry->te_sl & FIP_TE_SL_MASK);
1029 newmap->mp_lid = ntohs(entry->te_lid);
1040 * Update table checksum with this entry's computed checksum
1042 ipkt = (uint32_t *)entry;
1055 ipkt = (uint32_t *)entry;
1102 fip_vhub_table_entry_t *entry;
1202 entry = &(desc_upd->up_tbl_entry);
1203 ASSERT((entry->te_v_rss_type & FIP_TE_TYPE_MASK) == FIP_TE_TYPE_VNIC);
1207 * now received a notice to remove a vnic entry from it, do it.
1210 ((entry->te_v_rss_type & FIP_TE_VALID) == 0)) {
1211 eib_fip_dequeue_tbl_entry(etbl, entry->te_mac,
1214 if (bcmp(entry->te_mac, ld->ld_assigned_mac, ETHERADDRL) == 0) {
1217 mymac = entry->te_mac;
1231 * the details of the new entry
1235 "no memory for vhub update entry, will be ignoring"
1240 newmap->mp_v_rss_type = entry->te_v_rss_type;
1241 bcopy(entry->te_mac, newmap->mp_mac, ETHERADDRL);
1242 newmap->mp_qpn = (ntohl(entry->te_qpn) & FIP_TE_QPN_MASK);
1243 newmap->mp_sl = (entry->te_sl & FIP_TE_SL_MASK);
1244 newmap->mp_lid = ntohs(entry->te_lid);
1324 * If multicast entry types are not to be specially
1388 "no memory to queue gw entry, transactions could fail");
1480 * vnic entry updates