Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c2650 fc_pkt = FCIP_PKT_TO_FC_PKT(fcip_pkt); in fcip_handle_farp_request()
4009 fc_pkt = FCIP_PKT_TO_FC_PKT(fcip_pkt); in fcip_start()
4189 fc_pkt = FCIP_PKT_TO_FC_PKT(fcip_pkt); in fcip_transport()
5682 fc_pkt = FCIP_PKT_TO_FC_PKT(fcip_pkt); in fcip_cache_constructor()
5725 fc_pkt = FCIP_PKT_TO_FC_PKT(fcip_pkt); in fcip_cache_destructor()
6051 fc_pkt = FCIP_PKT_TO_FC_PKT(fcip_pkt); in fcip_do_farp()
6228 fc_pkt = FCIP_PKT_TO_FC_PKT(fcip_pkt); in fcip_do_plogi()
6366 fc_pkt = FCIP_PKT_TO_FC_PKT(fcip_pkt); in fcip_pkt_alloc()
6483 fc_pkt = FCIP_PKT_TO_FC_PKT(fcip_pkt); in fcip_ipkt_alloc()
6659 fc_pkt = FCIP_PKT_TO_FC_PKT(fcip_pkt); in fcip_ipkt_free()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h360 #define FCIP_PKT_TO_FC_PKT(fcip_pkt) &(fcip_pkt)->fcip_pkt_fcpkt macro