Searched refs:fcp_pkt (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/ |
H A D | fcpvar.h | 297 struct fcp_pkt *port_pkt_head; 298 struct fcp_pkt *port_pkt_tail; 527 typedef struct fcp_pkt { struct 533 struct fcp_pkt *cmd_forw; argument 534 struct fcp_pkt *cmd_back; argument 541 struct fcp_pkt *cmd_next; argument 987 struct fcp_pkt *lun_pkt_head; 988 struct fcp_pkt *lun_pkt_tail; 1310 #define PKT2CMD(pkt) ((struct fcp_pkt *)((pkt)->pkt_ha_private)) 1370 fcp_hp_elem::link_cnt fcp_reset_elem fcp_pkt fcp_ipkt
|
/titanic_41/usr/src/cmd/mdb/common/modules/fcp/ |
H A D | fcp.c | 206 wsp->walk_data = mdb_alloc(sizeof (struct fcp_pkt), UM_SLEEP); in cmds_walk_i() 219 if (mdb_vread(wsp->walk_data, sizeof (struct fcp_pkt), in cmds_walk_s() 229 (uintptr_t)(((struct fcp_pkt *)wsp->walk_data)->cmd_forw); in cmds_walk_s() 240 mdb_free(wsp->walk_data, sizeof (struct fcp_pkt)); in cmds_walk_f() 489 wsp->walk_data = mdb_alloc(sizeof (struct fcp_pkt), UM_SLEEP); in pkt_walk_i() 502 if (mdb_vread(wsp->walk_data, sizeof (struct fcp_pkt), in pkt_walk_s() 513 (uintptr_t)(((struct fcp_pkt *)wsp->walk_data)->cmd_next); in pkt_walk_s() 524 mdb_free(wsp->walk_data, sizeof (struct fcp_pkt)); in pkt_walk_f()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 484 static struct fcp_pkt *fcp_scan_commands(struct fcp_lun *plun); 485 static void fcp_abort_commands(struct fcp_pkt *head, struct 545 static void fcp_prepare_pkt(struct fcp_port *pptr, struct fcp_pkt *cmd, 547 static void fcp_post_callback(struct fcp_pkt *cmd); 548 static int fcp_dopoll(struct fcp_port *pptr, struct fcp_pkt *cmd); 559 struct fcp_pkt *cmd); 560 static void fcp_fail_cmd(struct fcp_pkt *cmd, uchar_t reason, 562 static void fcp_queue_pkt(struct fcp_port *pptr, struct fcp_pkt *cmd); 3839 struct fcp_pkt *head = NULL; in fcp_port_ioctl() 8424 struct fcp_pkt *head = NULL; in fcp_prepare_offline_lun() [all …]
|