Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcal.h61 #define LAST_SEQUENCE_OF_EXCHANGE(fh) (fh->f_ctl & F_CTL_LAST_SEQ)
124 #define F_CTL_LAST_SEQ 0x100000 /* 1 if last SEQ of XCHG */ macro
H A Dfc.h61 #define LAST_SEQUENCE_OF_EXCHANGE(fh) (fh->f_ctl & F_CTL_LAST_SEQ)
146 #define F_CTL_LAST_SEQ 0x100000 /* 1 if last SEQ of XCHG */ macro
/illumos-gate/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
/illumos-gate/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.c2694 F_CTL_XCHG_CONTEXT | F_CTL_LAST_SEQ | F_CTL_END_SEQ; in emlxs_fct_send_fcp_status()
2825 F_CTL_XCHG_CONTEXT | F_CTL_LAST_SEQ | F_CTL_END_SEQ; in emlxs_fct_send_qfull_reply()
4177 F_CTL_XCHG_CONTEXT | F_CTL_LAST_SEQ | F_CTL_END_SEQ; in emlxs_fct_send_els_rsp()
4684 (F_CTL_XCHG_CONTEXT | F_CTL_LAST_SEQ | F_CTL_END_SEQ); in emlxs_fct_abort()
H A Demlxs_sli3.c4124 if (pkt->pkt_cmd_fhdr.f_ctl & F_CTL_LAST_SEQ) { in emlxs_sli3_prep_ct_iocb()
H A Demlxs_solaris.c3115 F_CTL_XCHG_CONTEXT | F_CTL_LAST_SEQ | F_CTL_END_SEQ; in emlxs_ub_els_reject()
H A Demlxs_sli4.c5100 if (pkt->pkt_cmd_fhdr.f_ctl & F_CTL_LAST_SEQ) { in emlxs_sli4_prep_ct_iocb()
H A Demlxs_dfc.c5866 F_CTL_LAST_SEQ | F_CTL_END_SEQ | F_CTL_XCHG_CONTEXT; in emlxs_dfc_send_ct_rsp()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c6701 fr_hdr->f_ctl = F_CTL_FIRST_SEQ | F_CTL_LAST_SEQ; in fcip_init_unicast_pkt()
6759 fr_hdr->f_ctl = F_CTL_FIRST_SEQ | F_CTL_LAST_SEQ | F_CTL_END_SEQ; in fcip_init_broadcast_pkt()
H A Dfcp.c5582 pkt->pkt_cmd_fhdr.f_ctl = F_CTL_LAST_SEQ | F_CTL_XCHG_CONTEXT; in fcp_unsol_resp_init()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c11646 pkt->pkt_cmd_fhdr.f_ctl = F_CTL_LAST_SEQ | F_CTL_XCHG_CONTEXT; in fp_unsol_resp_init()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c3032 pkt->pkt_resp_fhdr.f_ctl = F_CTL_XCHG_CONTEXT | F_CTL_LAST_SEQ | in ql_els_send()