Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c234 static void fcip_pkt_free(struct fcip_pkt *fcip_pkt, int flags);
247 fcip_pkt_t *fcip_pkt);
2603 fcip_pkt_t *fcip_pkt; in fcip_handle_farp_request() local
4060 fcip_pkt = NULL; in fcip_start()
6418 return (fcip_pkt); in fcip_pkt_alloc()
6420 if (fcip_pkt) { in fcip_pkt_alloc()
6430 fcip_pkt_free(struct fcip_pkt *fcip_pkt, int free_mblk) in fcip_pkt_free() argument
6631 return (fcip_pkt); in fcip_ipkt_alloc()
6633 if (fcip_pkt) { in fcip_ipkt_alloc()
7100 for (fcip_pkt = fdestp->fcipd_head; fcip_pkt != NULL; in fcip_timeout()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h329 typedef struct fcip_pkt { struct
337 struct fcip_pkt *fcip_pkt_next; /* next pkt */ argument
338 struct fcip_pkt *fcip_pkt_prev; /* prev pkt */ argument
360 #define FCIP_PKT_TO_FC_PKT(fcip_pkt) &(fcip_pkt)->fcip_pkt_fcpkt argument