Searched defs:pkt_data_sz (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_fip.c466 uint_t pkt_data_sz; local
468 pkt_data_sz = (ntohs(hdr->hd_desc_list_len) + 2) << 2;
469 if (pkt_data_sz < sizeof (fip_advertise_t)) {
472 pkt_data_sz);
H A Deib_fip.c294 uint_t pkt_data_sz; local
296 pkt_data_sz = (ntohs(hdr->hd_desc_list_len) + 2) << 2;
297 if (pkt_data_sz < sizeof (fip_login_ack_t)) {
302 pkt_data_sz, sizeof (fip_login_ack_t));

Completed in 60 milliseconds