Symbol: fp_cmd_t
usr/src/uts/common/io/fibre-channel/impl/fp.c
1007
(port->fp_fca_tran->fca_pkt_size) + sizeof (fp_cmd_t), 8,
usr/src/uts/common/io/fibre-channel/impl/fp.c
10603
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
10637
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
10640
fc_local_port_t *port = ((fp_cmd_t *)pkt->pkt_ulp_private)->cmd_port;
usr/src/uts/common/io/fibre-channel/impl/fp.c
10642
cmd = (fp_cmd_t *)pkt->pkt_ulp_private;
usr/src/uts/common/io/fibre-channel/impl/fp.c
10683
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
10975
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
11163
fp_ba_rjt_init(fc_local_port_t *port, fp_cmd_t *cmd, fc_unsol_buf_t *buf,
usr/src/uts/common/io/fibre-channel/impl/fp.c
11198
fp_els_rjt_init(fc_local_port_t *port, fp_cmd_t *cmd, fc_unsol_buf_t *buf,
usr/src/uts/common/io/fibre-channel/impl/fp.c
11247
fp_cmd_t *
usr/src/uts/common/io/fibre-channel/impl/fp.c
11251
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
11302
fp_els_acc_init(fc_local_port_t *port, fp_cmd_t *cmd, fc_unsol_buf_t *buf,
usr/src/uts/common/io/fibre-channel/impl/fp.c
11366
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
11496
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
11675
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
11915
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
12117
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
12192
fp_login_acc_init(fc_local_port_t *port, fp_cmd_t *cmd, fc_unsol_buf_t *buf,
usr/src/uts/common/io/fibre-channel/impl/fp.c
12316
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
12662
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
12902
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
12955
fp_ct_init(fc_local_port_t *port, fp_cmd_t *cmd, fctl_ns_req_t *ns_cmd,
usr/src/uts/common/io/fibre-channel/impl/fp.c
13031
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
13047
(((fp_cmd_t *)(pkt->pkt_ulp_private))->cmd_private);
usr/src/uts/common/io/fibre-channel/impl/fp.c
13089
((fp_cmd_t *)
usr/src/uts/common/io/fibre-channel/impl/fp.c
13109
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
13145
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
13333
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
13372
((fp_cmd_t *)(pkt->pkt_ulp_private))->cmd_private = NULL;
usr/src/uts/common/io/fibre-channel/impl/fp.c
13386
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
13435
fp_adisc_acc_init(fc_local_port_t *port, fp_cmd_t *cmd, fc_unsol_buf_t *buf,
usr/src/uts/common/io/fibre-channel/impl/fp.c
13535
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
1400
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
15184
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
1872
fp_cmd_t *cmd = (fp_cmd_t *)buf;
usr/src/uts/common/io/fibre-channel/impl/fp.c
1907
pkt->pkt_fca_private = (caddr_t)buf + sizeof (fp_cmd_t);
usr/src/uts/common/io/fibre-channel/impl/fp.c
1921
fp_cmd_t *cmd = (fp_cmd_t *)buf;
usr/src/uts/common/io/fibre-channel/impl/fp.c
1965
static fp_cmd_t *
usr/src/uts/common/io/fibre-channel/impl/fp.c
1971
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
1982
cmd = (fp_cmd_t *)kmem_cache_alloc(port->fp_pkt_cache, kmflags);
usr/src/uts/common/io/fibre-channel/impl/fp.c
2165
fp_free_pkt(fp_cmd_t *cmd)
usr/src/uts/common/io/fibre-channel/impl/fp.c
2214
fp_free_dma(fp_cmd_t *cmd)
usr/src/uts/common/io/fibre-channel/impl/fp.c
3090
fp_sendcmd(fc_local_port_t *port, fp_cmd_t *cmd, opaque_t fca_handle)
usr/src/uts/common/io/fibre-channel/impl/fp.c
3162
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
3163
fp_cmd_t *cur_tail;
usr/src/uts/common/io/fibre-channel/impl/fp.c
3244
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
3261
fp_enque_cmd(fc_local_port_t *port, fp_cmd_t *cmd)
usr/src/uts/common/io/fibre-channel/impl/fp.c
3299
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
3449
static fp_cmd_t *
usr/src/uts/common/io/fibre-channel/impl/fp.c
3452
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
3519
fp_iodone(fp_cmd_t *cmd)
usr/src/uts/common/io/fibre-channel/impl/fp.c
3614
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
4000
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
4053
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
4409
fp_els_init(fp_cmd_t *cmd, uint32_t s_id, uint32_t d_id,
usr/src/uts/common/io/fibre-channel/impl/fp.c
4438
fp_xlogi_init(fc_local_port_t *port, fp_cmd_t *cmd, uint32_t s_id,
usr/src/uts/common/io/fibre-channel/impl/fp.c
4464
fp_logo_init(fc_remote_port_t *pd, fp_cmd_t *cmd, job_request_t *job)
usr/src/uts/common/io/fibre-channel/impl/fp.c
4496
fp_rnid_init(fp_cmd_t *cmd, uint16_t flag, job_request_t *job)
usr/src/uts/common/io/fibre-channel/impl/fp.c
4529
fp_rls_init(fp_cmd_t *cmd, job_request_t *job)
usr/src/uts/common/io/fibre-channel/impl/fp.c
4563
fp_adisc_init(fp_cmd_t *cmd, job_request_t *job)
usr/src/uts/common/io/fibre-channel/impl/fp.c
5289
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
5370
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
5773
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
5855
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
6017
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
6517
fp_cmd_t *cmd, *logi_cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
6772
fc_local_port_t *port = ((fp_cmd_t *)pkt->pkt_ulp_private)->cmd_port;
usr/src/uts/common/io/fibre-channel/impl/fp.c
6774
mutex_enter(&((fp_cmd_t *)pkt->pkt_ulp_private)->cmd_port->fp_mutex);
usr/src/uts/common/io/fibre-channel/impl/fp.c
6775
((fp_cmd_t *)pkt->pkt_ulp_private)->cmd_port->fp_out_fpcmds--;
usr/src/uts/common/io/fibre-channel/impl/fp.c
6776
mutex_exit(&((fp_cmd_t *)pkt->pkt_ulp_private)->cmd_port->fp_mutex);
usr/src/uts/common/io/fibre-channel/impl/fp.c
6808
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
6810
fc_local_port_t *port = ((fp_cmd_t *)pkt->pkt_ulp_private)->cmd_port;
usr/src/uts/common/io/fibre-channel/impl/fp.c
6848
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
6850
fc_local_port_t *port = ((fp_cmd_t *)pkt->pkt_ulp_private)->cmd_port;
usr/src/uts/common/io/fibre-channel/impl/fp.c
6888
mutex_enter(&((fp_cmd_t *)pkt->pkt_ulp_private)->cmd_port->fp_mutex);
usr/src/uts/common/io/fibre-channel/impl/fp.c
6889
((fp_cmd_t *)pkt->pkt_ulp_private)->cmd_port->fp_out_fpcmds--;
usr/src/uts/common/io/fibre-channel/impl/fp.c
6890
mutex_exit(&((fp_cmd_t *)pkt->pkt_ulp_private)->cmd_port->fp_mutex);
usr/src/uts/common/io/fibre-channel/impl/fp.c
7059
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
922
fp_cmd_t *pkt;
usr/src/uts/common/io/fibre-channel/impl/fp.c
9347
fp_cmd_t *cmd;
usr/src/uts/common/io/fibre-channel/impl/fp.c
9843
fp_cmd_t *cmd;
usr/src/uts/common/sys/fibre-channel/impl/fp.h
304
static fp_cmd_t *fp_alloc_pkt(fc_local_port_t *port, int cmd_len,
usr/src/uts/common/sys/fibre-channel/impl/fp.h
306
static void fp_free_pkt(fp_cmd_t *cmd);
usr/src/uts/common/sys/fibre-channel/impl/fp.h
307
static void fp_free_dma(fp_cmd_t *cmd);
usr/src/uts/common/sys/fibre-channel/impl/fp.h
312
static int fp_sendcmd(fc_local_port_t *port, fp_cmd_t *cmd,
usr/src/uts/common/sys/fibre-channel/impl/fp.h
316
static void fp_enque_cmd(fc_local_port_t *port, fp_cmd_t *cmd);
usr/src/uts/common/sys/fibre-channel/impl/fp.h
320
static fp_cmd_t *fp_deque_cmd(fc_local_port_t *port);
usr/src/uts/common/sys/fibre-channel/impl/fp.h
323
static void fp_iodone(fp_cmd_t *cmd);
usr/src/uts/common/sys/fibre-channel/impl/fp.h
341
static void fp_els_init(fp_cmd_t *cmd, uint32_t s_id, uint32_t d_id,
usr/src/uts/common/sys/fibre-channel/impl/fp.h
343
static void fp_xlogi_init(fc_local_port_t *port, fp_cmd_t *cmd, uint32_t s_id,
usr/src/uts/common/sys/fibre-channel/impl/fp.h
345
static void fp_logo_init(fc_remote_port_t *pd, fp_cmd_t *cmd,
usr/src/uts/common/sys/fibre-channel/impl/fp.h
347
static void fp_adisc_init(fp_cmd_t *cmd, job_request_t *job);
usr/src/uts/common/sys/fibre-channel/impl/fp.h
390
static void fp_ba_rjt_init(fc_local_port_t *port, fp_cmd_t *cmd,
usr/src/uts/common/sys/fibre-channel/impl/fp.h
392
static void fp_els_rjt_init(fc_local_port_t *port, fp_cmd_t *cmd,
usr/src/uts/common/sys/fibre-channel/impl/fp.h
394
static void fp_els_acc_init(fc_local_port_t *port, fp_cmd_t *cmd,
usr/src/uts/common/sys/fibre-channel/impl/fp.h
407
static void fp_login_acc_init(fc_local_port_t *port, fp_cmd_t *cmd,
usr/src/uts/common/sys/fibre-channel/impl/fp.h
426
static void fp_ct_init(fc_local_port_t *port, fp_cmd_t *cmd,
usr/src/uts/common/sys/fibre-channel/impl/fp.h
434
static void fp_adisc_acc_init(fc_local_port_t *port, fp_cmd_t *cmd,