Home
last modified time | relevance | path

Searched refs:F_CTL_LAST_SEQ (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fc4/
H A Dfcal.h63 #define LAST_SEQUENCE_OF_EXCHANGE(fh) (fh->f_ctl & F_CTL_LAST_SEQ)
126 #define F_CTL_LAST_SEQ 0x100000 /* 1 if last SEQ of XCHG */ macro
H A Dfc.h63 #define LAST_SEQUENCE_OF_EXCHANGE(fh) (fh->f_ctl & F_CTL_LAST_SEQ)
148 #define F_CTL_LAST_SEQ 0x100000 /* 1 if last SEQ of XCHG */ macro
/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfcph.h100 #define F_CTL_LAST_SEQ 0x100000 /* 1 if last SEQ of XCHG */ macro
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_els.c2173 F_CTL_XCHG_CONTEXT | F_CTL_LAST_SEQ | F_CTL_END_SEQ; in emlxs_handle_unsol_echo()
2250 F_CTL_XCHG_CONTEXT | F_CTL_LAST_SEQ | F_CTL_END_SEQ; in emlxs_handle_unsol_rtv()
2399 F_CTL_XCHG_CONTEXT | F_CTL_LAST_SEQ | F_CTL_END_SEQ; in emlxs_handle_unsol_rls()
2609 F_CTL_XCHG_CONTEXT | F_CTL_LAST_SEQ | F_CTL_END_SEQ; in emlxs_els_reply()
2712 F_CTL_XCHG_CONTEXT | F_CTL_LAST_SEQ | F_CTL_END_SEQ; in emlxs_els_reply()
3442 F_CTL_XCHG_CONTEXT | F_CTL_LAST_SEQ | F_CTL_END_SEQ; in emlxs_ub_send_login_acc()
H A Demlxs_fct.c2680 F_CTL_XCHG_CONTEXT | F_CTL_LAST_SEQ | F_CTL_END_SEQ;
2811 F_CTL_XCHG_CONTEXT | F_CTL_LAST_SEQ | F_CTL_END_SEQ;
4163 F_CTL_XCHG_CONTEXT | F_CTL_LAST_SEQ | F_CTL_END_SEQ;
4670 (F_CTL_XCHG_CONTEXT | F_CTL_LAST_SEQ | F_CTL_END_SEQ);
H A Demlxs_sli3.c4119 if (pkt->pkt_cmd_fhdr.f_ctl & F_CTL_LAST_SEQ) { in emlxs_sli3_prep_ct_iocb()
H A Demlxs_sli4.c4766 if (pkt->pkt_cmd_fhdr.f_ctl & F_CTL_LAST_SEQ) { in emlxs_sli4_prep_ct_iocb()
H A Demlxs_solaris.c3105 F_CTL_XCHG_CONTEXT | F_CTL_LAST_SEQ | F_CTL_END_SEQ; in emlxs_ub_els_reject()
H A Demlxs_dfc.c5810 F_CTL_LAST_SEQ | F_CTL_END_SEQ | F_CTL_XCHG_CONTEXT; in emlxs_dfc_send_ct_rsp()
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c6881 fr_hdr->f_ctl = F_CTL_FIRST_SEQ | F_CTL_LAST_SEQ; in fcip_init_unicast_pkt()
6941 fr_hdr->f_ctl = F_CTL_FIRST_SEQ | F_CTL_LAST_SEQ | F_CTL_END_SEQ; in fcip_init_broadcast_pkt()
H A Dfcp.c5577 pkt->pkt_cmd_fhdr.f_ctl = F_CTL_LAST_SEQ | F_CTL_XCHG_CONTEXT; in fcp_unsol_resp_init()
/titanic_41/usr/src/uts/sun/io/
H A Dsocal.c4672 fhp->f_ctl = F_CTL_SEQ_INITIATIVE | F_CTL_FIRST_SEQ | F_CTL_LAST_SEQ; in socal_lbf_alloc()
/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c6695 hp->f_ctl = F_CTL_LAST_SEQ | F_CTL_XCHG_CONTEXT;
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c11642 pkt->pkt_cmd_fhdr.f_ctl = F_CTL_LAST_SEQ | F_CTL_XCHG_CONTEXT; in fp_unsol_resp_init()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c2752 pkt->pkt_resp_fhdr.f_ctl = F_CTL_XCHG_CONTEXT | F_CTL_LAST_SEQ | in ql_els_send()