Home
last modified time | relevance | path

Searched refs:FC_FC_SEQ_CTX (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/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()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H A Dfc_exch.c1050 WARN_ON((f_ctl & FC_FC_SEQ_CTX) != 0); in fc_seq_lookup_recip()
1178 WARN_ON((f_ctl & FC_FC_SEQ_CTX) != FC_FC_SEQ_CTX); in fc_seq_lookup_orig()
1307 f_ctl &= FC_FC_EX_CTX | FC_FC_SEQ_CTX | in fc_seq_send_ack()
1311 f_ctl ^= FC_FC_EX_CTX | FC_FC_SEQ_CTX; in fc_seq_send_ack()
1386 f_ctl &= FC_FC_EX_CTX | FC_FC_SEQ_CTX | in fc_exch_send_ba_rjt()
1389 f_ctl ^= FC_FC_EX_CTX | FC_FC_SEQ_CTX; in fc_exch_send_ba_rjt()
1781 if (f_ctl & FC_FC_SEQ_CTX) { in fc_exch_recv_bls()
2640 else if ((f_ctl & (FC_FC_EX_CTX | FC_FC_SEQ_CTX)) == in fc_exch_recv()
2643 else if (f_ctl & FC_FC_SEQ_CTX) in fc_exch_recv()
[all...]
/kernel/linux/linux-5.10/include/uapi/scsi/fc/
H A Dfc_fs.h209 #define FC_FC_SEQ_CTX (1 << 22) /* sent by responder to sequence */ macro
/kernel/linux/linux-6.6/include/uapi/scsi/fc/
H A Dfc_fs.h209 #define FC_FC_SEQ_CTX (1 << 22) /* sent by responder to sequence */ macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/scsi/fc/
H A Dfc_fs.h139 #define FC_FC_SEQ_CTX (1 << 22) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/scsi/fc/
H A Dfc_fs.h112 #define FC_FC_SEQ_CTX (1 << 22) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/scsi/fc/
H A Dfc_fs.h112 #define FC_FC_SEQ_CTX (1 << 22) macro
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H A Dqedf_main.c2570 if ((fh->fh_type == FC_TYPE_BLS) && (f_ctl & FC_FC_SEQ_CTX) && in qedf_recv_frame()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H A Dqedf_main.c2572 if ((fh->fh_type == FC_TYPE_BLS) && (f_ctl & FC_FC_SEQ_CTX) && in qedf_recv_frame()

Completed in 18 milliseconds