Searched refs:n_port_hdl (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_iocb.h | 102 uint16_t n_port_hdl; member 130 uint16_t n_port_hdl; member 473 uint16_t n_port_hdl; member 524 uint16_t n_port_hdl; member 551 uint16_t n_port_hdl; member 584 uint16_t n_port_hdl; member 615 uint16_t n_port_hdl; member 647 uint16_t n_port_hdl; /* also comp_status */ member 673 uint16_t n_port_hdl; member 815 uint16_t n_port_hdl; member [all …]
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_iocb.c | 665 ddi_put16(pha->hba_buf.acc_handle, &pkt->n_port_hdl, tq->loop_id); in ql_command_24xx_iocb() 794 ddi_put16(pha->hba_buf.acc_handle, &pkt->n_port_hdl, tq->loop_id); in ql_cmd_24xx_type_6_iocb() 941 &pkt24->n_port_hdl, loop_id); in ql_marker() 1080 ddi_put16(pha->hba_buf.acc_handle, &pkt->n_port_hdl, tq->loop_id); in ql_ms_24xx_iocb()
|
H A D | ql_mbx.c | 1288 pkt->mgmt.n_port_hdl = (uint16_t)LE_16(tq->loop_id); in ql_task_mgmt_iocb() 1657 pkt->log.n_port_hdl = (uint16_t)LE_16(loop_id); in ql_log_iocb() 2705 pkt->abo.n_port_hdl = (uint16_t)LE_16(tq->loop_id); in ql_abort_cmd_iocb() 2723 comp_status = (uint16_t)LE_16(pkt->abo.n_port_hdl); in ql_abort_cmd_iocb()
|
H A D | ql_isr.c | 2936 ha->hba_buf.acc_handle, &pkt->n_port_hdl); in ql_ip_24xx_rcv_entry() 3278 &rsp->n_port_hdl); in ql_els_passthru_entry()
|
H A D | ql_xioctl.c | 1582 pkt->ms24.n_port_hdl = (uint16_t) in ql_fcct() 2233 pkt->cmd24.n_port_hdl = (uint16_t)LE_16(tq->loop_id); in ql_scsi_passthru() 4055 pkt->cmd24.n_port_hdl = (uint16_t)LE_16(tq->loop_id); in ql_report_lun() 4392 pkt->cmd24.n_port_hdl = (uint16_t)LE_16(tq->loop_id); in ql_inq()
|
H A D | ql_api.c | 17450 ddi_put16(els_desc->els_handle, &els_entry->n_port_hdl, in ql_isp_els_request_ctor()
|