Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/fc/
H A Dfc_fs.h224 #define FC_FC_LAST_SEQ (1 << 20) /* last sequence of this exchange */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/fc/
H A Dfc_fs.h224 #define FC_FC_LAST_SEQ (1 << 20) /* last sequence of this exchange */ macro
/OK3568_Linux_fs/kernel/include/uapi/scsi/fc/
H A Dfc_fs.h211 #define FC_FC_LAST_SEQ (1 << 20) /* last sequence of this exchange */ macro
/OK3568_Linux_fs/kernel/drivers/scsi/libfc/
H A Dfc_exch.c1264 f_ctl = FC_FC_LAST_SEQ | FC_FC_END_SEQ | FC_FC_SEQ_INIT; in fc_seq_send_last()
1310 FC_FC_FIRST_SEQ | FC_FC_LAST_SEQ | in fc_seq_send_ack()
1392 f_ctl |= FC_FC_LAST_SEQ | FC_FC_END_SEQ; in fc_exch_send_ba_rjt()
1621 (f_ctl & (FC_FC_LAST_SEQ | FC_FC_END_SEQ)) == in fc_exch_recv_seq_resp()
1622 (FC_FC_LAST_SEQ | FC_FC_END_SEQ)) { in fc_exch_recv_seq_resp()
1744 ntoh24(fh->fh_f_ctl) & FC_FC_LAST_SEQ) in fc_exch_abts_resp()
H A Dfc_lport.c1917 (ntoh24(fh->fh_f_ctl) & (FC_FC_LAST_SEQ | FC_FC_END_SEQ)) == in fc_lport_bsg_resp()
1918 (FC_FC_LAST_SEQ | FC_FC_END_SEQ)) { in fc_lport_bsg_resp()
H A Dfc_fcp.c1022 f_ctl |= FC_FC_LAST_SEQ | FC_FC_END_SEQ; in fc_fcp_complete_locked()
/OK3568_Linux_fs/kernel/drivers/target/tcm_fc/
H A Dtfc_cmd.c151 FC_FC_EX_CTX | FC_FC_LAST_SEQ | FC_FC_END_SEQ, 0); in ft_queue_status()
/OK3568_Linux_fs/kernel/include/scsi/
H A Dfc_encode.h17 #define FC_FCTL_RESP (FC_FC_EX_CTX | FC_FC_LAST_SEQ | \