Symbol: fcp_ipkt
usr/src/cmd/mdb/common/modules/fcp/fcp.c
424
wsp->walk_data = mdb_alloc(sizeof (struct fcp_ipkt), UM_SLEEP);
usr/src/cmd/mdb/common/modules/fcp/fcp.c
437
if (mdb_vread(wsp->walk_data, sizeof (struct fcp_ipkt),
usr/src/cmd/mdb/common/modules/fcp/fcp.c
448
(uintptr_t)(((struct fcp_ipkt *)wsp->walk_data)->ipkt_next);
usr/src/cmd/mdb/common/modules/fcp/fcp.c
459
mdb_free(wsp->walk_data, sizeof (struct fcp_ipkt));
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
13485
struct fcp_ipkt *icmd;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
13486
struct fcp_ipkt *nicmd;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
14884
fcp_is_retryable(struct fcp_ipkt *icmd)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15220
struct fcp_ipkt *icmd = (struct fcp_ipkt *)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15377
struct fcp_ipkt *icmd, int rval, caddr_t op)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
2297
struct fcp_ipkt *icmd = NULL;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
3281
struct fcp_ipkt *icmd;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
3421
fcp_ipkt_sema_init(struct fcp_ipkt *icmd)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
3453
fcp_ipkt_sema_wait(struct fcp_ipkt *icmd)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
3530
struct fcp_ipkt *icmd;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
3532
icmd = (struct fcp_ipkt *)fpkt->pkt_ulp_private;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
3555
fcp_ipkt_sema_cleanup(struct fcp_ipkt *icmd)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
422
static void fcp_ipkt_sema_init(struct fcp_ipkt *icmd);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
423
static int fcp_ipkt_sema_wait(struct fcp_ipkt *icmd);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
425
static void fcp_ipkt_sema_cleanup(struct fcp_ipkt *icmd);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
435
struct fcp_ipkt *icmd, uchar_t opcode, int lcount, int tcount, int cause);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
445
static struct fcp_ipkt *fcp_icmd_alloc(struct fcp_port *pptr,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
448
static void fcp_icmd_free(struct fcp_port *pptr, struct fcp_ipkt *icmd);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
449
static int fcp_alloc_dma(struct fcp_port *pptr, struct fcp_ipkt *icmd,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
451
static void fcp_free_dma(struct fcp_port *pptr, struct fcp_ipkt *icmd);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
462
static void fcp_handle_inquiry(fc_packet_t *fpkt, struct fcp_ipkt *icmd);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
463
static void fcp_handle_reportlun(fc_packet_t *fpkt, struct fcp_ipkt *icmd);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4943
struct fcp_ipkt *icmd;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5149
struct fcp_ipkt *icmd, uchar_t opcode, int lcount, int tcount, int cause)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5552
struct fcp_ipkt *icmd = (struct fcp_ipkt *)fpkt->pkt_ulp_private;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5603
struct fcp_ipkt *icmd;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5733
static struct fcp_ipkt *
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5740
struct fcp_ipkt *icmd = NULL;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5742
icmd = kmem_zalloc(sizeof (struct fcp_ipkt) +
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
576
static int fcp_is_retryable(struct fcp_ipkt *icmd);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5779
((char *)icmd + sizeof (struct fcp_ipkt) +
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5785
sizeof (struct fcp_ipkt));
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
582
struct fcp_tgt *ptgt, struct fcp_ipkt *icmd, int rval, caddr_t op);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5898
kmem_free(icmd, sizeof (struct fcp_ipkt) + pptr->port_priv_pkt_len +
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5915
fcp_icmd_free(struct fcp_port *pptr, struct fcp_ipkt *icmd)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5930
kmem_free(icmd, sizeof (struct fcp_ipkt) + pptr->port_priv_pkt_len +
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5960
fcp_alloc_dma(struct fcp_port *pptr, struct fcp_ipkt *icmd,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
6098
fcp_free_dma(struct fcp_port *pptr, struct fcp_ipkt *icmd)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
610
static void fcp_handle_page83(fc_packet_t *, struct fcp_ipkt *, int);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
6203
struct fcp_ipkt *icmd;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
6217
icmd = (struct fcp_ipkt *)fpkt->pkt_ulp_private;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
6522
struct fcp_ipkt *icmd;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
6702
struct fcp_ipkt *icmd = (struct fcp_ipkt *)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
6902
struct fcp_ipkt *icmd = (struct fcp_ipkt *)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
7186
struct fcp_ipkt *icmd = (struct fcp_ipkt *)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
7237
fcp_handle_page83(fc_packet_t *fpkt, struct fcp_ipkt *icmd,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
7441
fcp_handle_inquiry(fc_packet_t *fpkt, struct fcp_ipkt *icmd)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
7575
fcp_handle_reportlun(fc_packet_t *fpkt, struct fcp_ipkt *icmd)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9494
struct fcp_ipkt *icmd = (struct fcp_ipkt *)fpkt->pkt_ulp_private;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9598
struct fcp_ipkt *icmd;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9600
icmd = (struct fcp_ipkt *)fpkt->pkt_ulp_private;
usr/src/uts/common/sys/fibre-channel/ulp/fcpvar.h
1370
fcp_hp_elem::link_cnt fcp_reset_elem fcp_pkt fcp_ipkt
usr/src/uts/common/sys/fibre-channel/ulp/fcpvar.h
150
struct fcp_ipkt *port_ipkt_list;
usr/src/uts/common/sys/fibre-channel/ulp/fcpvar.h
673
struct fcp_ipkt *ipkt_next;
usr/src/uts/common/sys/fibre-channel/ulp/fcpvar.h
674
struct fcp_ipkt *ipkt_prev;