Home
last modified time | relevance | path

Searched refs:cmd_fc_packet (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h143 fc_packet_t cmd_fc_packet; member
191 (cmd)->cmd_fc_packet.pkt_tran_flags = (tran_flags); \
192 (cmd)->cmd_fc_packet.pkt_tran_type = (tran_type); \
H A Dfcpvar.h583 struct fc_packet cmd_fc_packet; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c1969 cmd->cmd_fp_pkt = &cmd->cmd_fc_packet; in fcsm_cmd_cache_constructor()
1974 pkt = &cmd->cmd_fc_packet; in fcsm_cmd_cache_constructor()
2064 ASSERT(cmd->cmd_fp_pkt == &cmd->cmd_fc_packet); in fcsm_alloc_cmd()
H A Dfcp.c10485 fpkt = (fc_packet_t *)&cmd->cmd_fc_packet; in fcp_kmem_cache_constructor()
16147 cmd->cmd_fp_pkt = &cmd->cmd_fc_packet; in fcp_pseudo_init_pkt()