Searched refs:fc_ct (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_els.c | 1720 els->iparam.fc_ct.r_ctl = FC_RCTL_ELS; in ocs_ns_send_rftid() 1721 els->iparam.fc_ct.type = FC_TYPE_GS; in ocs_ns_send_rftid() 1722 els->iparam.fc_ct.df_ctl = 0; in ocs_ns_send_rftid() 1723 els->iparam.fc_ct.timeout = timeout_sec; in ocs_ns_send_rftid() 1772 els->iparam.fc_ct.r_ctl = FC_RCTL_ELS; in ocs_ns_send_rffid() 1773 els->iparam.fc_ct.type = FC_TYPE_GS; in ocs_ns_send_rffid() 1774 els->iparam.fc_ct.df_ctl = 0; in ocs_ns_send_rffid() 1775 els->iparam.fc_ct.timeout = timeout_sec; in ocs_ns_send_rffid() 1832 els->iparam.fc_ct.r_ctl = FC_RCTL_ELS; in ocs_ns_send_gidpt() 1833 els->iparam.fc_ct.type = FC_TYPE_GS; in ocs_ns_send_gidpt() [all …]
|
H A D | ocs_fcp.h | 98 #define FC_GS_IO_PARAMS { .fc_ct.r_ctl = 0x02, \ 99 .fc_ct.type = FC_TYPE_GS, \ 100 .fc_ct.df_ctl = 0x00 }
|
H A D | ocs_hw.h | 498 } fc_ct; member
|
H A D | ocs_hw.c | 3918 receive->size, iparam->fc_ct.timeout, io->indicator, in ocs_hw_srrs_send() 3919 io->reqtag, SLI4_CQ_DEFAULT, rnode, iparam->fc_ct.r_ctl, in ocs_hw_srrs_send() 3920 iparam->fc_ct.type, iparam->fc_ct.df_ctl)) { in ocs_hw_srrs_send()
|