Searched refs:iba (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_fip.c184 fip_desc_iba_t *iba; local
226 iba = &solicit->sl_iba;
227 iba->ia_type = FIP_DESC_TYPE_IBA;
228 iba->ia_len = FIP_DESC_LEN_IBA;
229 bcopy(fip_vendor_mellanox, iba->ia_vendor_id, FIP_VENDOR_LEN);
230 iba->ia_qpn = htonl(info->ti_qpn);
231 iba->ia_sl_portid = 0;
232 iba->ia_lid = htons(info->ti_pi->p_base_lid);
235 bcopy(&port_guid, iba->ia_guid, FIP_GUID_LEN);
492 ENX_DPRINTF_WARN("invalid type/len in fip iba des
[all...]
H A Deib_fip.c249 fip_desc_iba_t *iba; local
318 iba = &(ack->ak_iba);
319 if (iba->ia_type != FIP_DESC_TYPE_IBA ||
320 iba->ia_len != FIP_DESC_LEN_IBA) {
322 "invalid type/len in iba desc: expected (0x%x,0x%x), "
324 iba->ia_type, iba->ia_len);
369 sl_portid = ntohs(iba->ia_sl_portid);
373 ld->ld_gw_data_qpn = ntohl(iba->ia_qpn) & FIP_IBA_QPN_MASK;
374 ld->ld_gw_lid = ntohs(iba
491 fip_desc_iba_t *iba; local
[all...]

Completed in 435 milliseconds