Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/libfc/
H A Dfc_exch.c1052 WARN_ON((f_ctl & FC_FC_SEQ_CTX) != 0); in fc_seq_lookup_recip()
1180 WARN_ON((f_ctl & FC_FC_SEQ_CTX) != FC_FC_SEQ_CTX); in fc_seq_lookup_orig()
1309 f_ctl &= FC_FC_EX_CTX | FC_FC_SEQ_CTX | in fc_seq_send_ack()
1313 f_ctl ^= FC_FC_EX_CTX | FC_FC_SEQ_CTX; in fc_seq_send_ack()
1388 f_ctl &= FC_FC_EX_CTX | FC_FC_SEQ_CTX | in fc_exch_send_ba_rjt()
1391 f_ctl ^= FC_FC_EX_CTX | FC_FC_SEQ_CTX; in fc_exch_send_ba_rjt()
1783 if (f_ctl & FC_FC_SEQ_CTX) { in fc_exch_recv_bls()
2642 else if ((f_ctl & (FC_FC_EX_CTX | FC_FC_SEQ_CTX)) == in fc_exch_recv()
2645 else if (f_ctl & FC_FC_SEQ_CTX) in fc_exch_recv()
/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.h222 #define FC_FC_SEQ_CTX (1 << 22) /* sent by responder to sequence */ 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.h222 #define FC_FC_SEQ_CTX (1 << 22) /* sent by responder to sequence */ macro
/OK3568_Linux_fs/kernel/include/uapi/scsi/fc/
H A Dfc_fs.h209 #define FC_FC_SEQ_CTX (1 << 22) /* sent by responder to sequence */ macro
/OK3568_Linux_fs/kernel/drivers/scsi/qedf/
H A Dqedf_main.c2569 if ((fh->fh_type == FC_TYPE_BLS) && (f_ctl & FC_FC_SEQ_CTX) && in qedf_recv_frame()