Home
last modified time | relevance | path

Searched refs:FCIPADDRL (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c518 FCIPADDRL, /* dl_addr_length */
532 sizeof (dl_info_ack_t) + FCIPADDRL, /* dl_brdcst_addr_offset */
3345 size = sizeof (dl_unitdata_ind_t) + FCIPADDRL + FCIPADDRL; in fcip_addudind()
3360 dludindp->dl_dest_addr_length = FCIPADDRL; in fcip_addudind()
3362 dludindp->dl_src_addr_length = FCIPADDRL; in fcip_addudind()
3372 + FCIPADDRL); in fcip_addudind()
4970 size = sizeof (dl_info_ack_t) + FCIPADDRL + ETHERADDRL; in fcip_ireq()
5047 if (!MBLKIN(mp, off, len) || (len != FCIPADDRL)) { in fcip_udreq()
5341 dlbindack(wq, mp, sap, &fcipaddr, FCIPADDRL, 0, 0); in fcip_breq()
5569 error = miocpullup(mp, sizeof (dl_unitdata_req_t) + FCIPADDRL); in fcip_dl_ioc_hdr_info()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h101 #define FCIPADDRL (sizeof (ushort_t) + sizeof (struct ether_addr)) macro