Home
last modified time | relevance | path

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

/linux/drivers/scsi/libfc/
A Dfc_exch.c1051 WARN_ON((f_ctl & FC_FC_SEQ_CTX) != 0); in fc_seq_lookup_recip()
1179 WARN_ON((f_ctl & FC_FC_SEQ_CTX) != FC_FC_SEQ_CTX); in fc_seq_lookup_orig()
1308 f_ctl &= FC_FC_EX_CTX | FC_FC_SEQ_CTX | in fc_seq_send_ack()
1312 f_ctl ^= FC_FC_EX_CTX | FC_FC_SEQ_CTX; in fc_seq_send_ack()
1387 f_ctl &= FC_FC_EX_CTX | FC_FC_SEQ_CTX | in fc_exch_send_ba_rjt()
1390 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()
/linux/include/uapi/scsi/fc/
A Dfc_fs.h209 #define FC_FC_SEQ_CTX (1 << 22) /* sent by responder to sequence */ macro
/linux/drivers/scsi/qedf/
A Dqedf_main.c2551 if ((fh->fh_type == FC_TYPE_BLS) && (f_ctl & FC_FC_SEQ_CTX) && in qedf_recv_frame()

Completed in 14 milliseconds