Searched refs:fcp_ipkt (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/sys/fibre-channel/ulp/ |
H A D | fcpvar.h | 150 struct fcp_ipkt *port_ipkt_list; 651 typedef struct fcp_ipkt { struct 673 struct fcp_ipkt *ipkt_next; argument 674 struct fcp_ipkt *ipkt_prev; argument 1370 fcp_hp_elem::link_cnt fcp_reset_elem fcp_pkt fcp_ipkt
|
/titanic_44/usr/src/cmd/mdb/common/modules/fcp/ |
H A D | fcp.c | 425 wsp->walk_data = mdb_alloc(sizeof (struct fcp_ipkt), UM_SLEEP); in ipkt_walk_i() 438 if (mdb_vread(wsp->walk_data, sizeof (struct fcp_ipkt), in ipkt_walk_s() 449 (uintptr_t)(((struct fcp_ipkt *)wsp->walk_data)->ipkt_next); in ipkt_walk_s() 460 mdb_free(wsp->walk_data, sizeof (struct fcp_ipkt)); in ipkt_walk_f()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 418 static void fcp_ipkt_sema_init(struct fcp_ipkt *icmd); 419 static int fcp_ipkt_sema_wait(struct fcp_ipkt *icmd); 421 static void fcp_ipkt_sema_cleanup(struct fcp_ipkt *icmd); 431 struct fcp_ipkt *icmd, uchar_t opcode, int lcount, int tcount, int cause); 441 static struct fcp_ipkt *fcp_icmd_alloc(struct fcp_port *pptr, 444 static void fcp_icmd_free(struct fcp_port *pptr, struct fcp_ipkt *icmd); 445 static int fcp_alloc_dma(struct fcp_port *pptr, struct fcp_ipkt *icmd, 447 static void fcp_free_dma(struct fcp_port *pptr, struct fcp_ipkt *icmd); 458 static void fcp_handle_inquiry(fc_packet_t *fpkt, struct fcp_ipkt *icmd); 459 static void fcp_handle_reportlun(fc_packet_t *fpkt, struct fcp_ipkt *icmd); [all …]
|