Searched defs:fcip_pkt (Results 1 – 2 of 2) sorted by relevance
329 typedef struct fcip_pkt { struct330 mblk_t *fcip_pkt_mp; /* message blk pointer */ argument331 queue_t *fcip_pkt_wq; /* queue pointer if needed */ argument332 uint32_t fcip_pkt_ttl; /* time to live */ argument333 uint32_t fcip_pkt_retries; /* retries if needed */ argument334 fc_packet_t *fcip_pkt_fcpktp; /* the actual fc packet */ argument335 struct fcip_dest *fcip_pkt_dest; /* destination of pkt */ argument336 struct fcip *fcip_pkt_fptr; /* fcip structure */ argument337 struct fcip_pkt *fcip_pkt_next; /* next pkt */ argument338 struct fcip_pkt *fcip_pkt_prev; /* prev pkt */ argument[all …]
2669 fcip_pkt_t *fcip_pkt; in fcip_handle_farp_request() local4077 fcip_pkt_t *fcip_pkt; in fcip_start() local4224 fcip_fdestp_enqueue_pkt(struct fcip_dest *fdestp, fcip_pkt_t *fcip_pkt) in fcip_fdestp_enqueue_pkt()4253 fcip_fdestp_dequeue_pkt(struct fcip_dest *fdestp, fcip_pkt_t *fcip_pkt) in fcip_fdestp_dequeue_pkt()4317 fcip_transport(fcip_pkt_t *fcip_pkt) in fcip_transport()4433 fcip_pkt_t *fcip_pkt; in fcip_pkt_callback() local5835 fcip_pkt_t *fcip_pkt = buf; in fcip_cache_constructor() local5895 fcip_pkt_t *fcip_pkt = (fcip_pkt_t *)buf; in fcip_cache_destructor() local6206 fcip_pkt_t *fcip_pkt; in fcip_do_farp() local6371 fcip_pkt_t *fcip_pkt; in fcip_do_plogi() local[all …]