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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c323 * wwn_to_ether : Endian independent, copies a WWN to struct ether_addr.
326 #define wwn_to_ether(W, E) \ macro
941 wwn_to_ether(&fport->fcipp_nwwn, &fptr->fcip_macaddr);
3457 wwn_to_ether(&nhdr->net_dest_addr, &dest_addr);
3463 wwn_to_ether(&nhdr->net_src_addr, &src_addr);
4891 wwn_to_ether(&fport->fcipp_nwwn, &fptr->fcip_macaddr);
5590 wwn_to_ether(&fport->fcipp_pwwn, &addr);

Completed in 59 milliseconds