Home
last modified time | relevance | path

Searched refs:FC_FC_LAST_SEQ (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/include/scsi/fc/
Dfc_fs.h221 #define FC_FC_LAST_SEQ (1 << 20) /* last sequence of this exchange */ macro
/linux-2.6.39/drivers/scsi/libfc/
Dfc_exch.c1087 f_ctl = FC_FC_LAST_SEQ | FC_FC_END_SEQ | FC_FC_SEQ_INIT; in fc_seq_send_last()
1131 FC_FC_FIRST_SEQ | FC_FC_LAST_SEQ | in fc_seq_send_ack()
1208 f_ctl |= FC_FC_LAST_SEQ | FC_FC_END_SEQ; in fc_exch_send_ba_rjt()
1434 (f_ctl & (FC_FC_LAST_SEQ | FC_FC_END_SEQ)) == in fc_exch_recv_seq_resp()
1435 (FC_FC_LAST_SEQ | FC_FC_END_SEQ)) { in fc_exch_recv_seq_resp()
1554 ntoh24(fh->fh_f_ctl) & FC_FC_LAST_SEQ) in fc_exch_abts_resp()
Dfc_lport.c1693 (ntoh24(fh->fh_f_ctl) & (FC_FC_LAST_SEQ | FC_FC_END_SEQ)) == in fc_lport_bsg_resp()
1694 (FC_FC_LAST_SEQ | FC_FC_END_SEQ)) { in fc_lport_bsg_resp()
Dfc_fcp.c967 f_ctl |= FC_FC_LAST_SEQ | FC_FC_END_SEQ; in fc_fcp_complete_locked()
/linux-2.6.39/include/scsi/
Dfc_encode.h28 #define FC_FCTL_RESP (FC_FC_EX_CTX | FC_FC_LAST_SEQ | \