/kernel/linux/linux-6.6/tools/testing/selftests/kvm/ |
H A D | rseq_test.c | 36 static atomic_t seq_cnt; variable 85 atomic_inc(&seq_cnt); in migration_worker() 96 atomic_inc(&seq_cnt); in migration_worker() 102 * specifically, before bumping seq_cnt again. A delay is in migration_worker() 232 snapshot = atomic_read(&seq_cnt) & ~1; in main() 237 * across the seq_cnt reads. in main() 245 } while (snapshot != atomic_read(&seq_cnt)); in main()
|
/kernel/linux/linux-5.10/drivers/scsi/libfc/ |
H A D | fc_libfc.c | 151 * @seq_cnt: sequence count for the header, ignored if frame has a sequence 155 enum fc_rctl r_ctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset) in fc_fill_hdr() 193 seq_cnt = sp->cnt; in fc_fill_hdr() 197 fh->fh_seq_cnt = ntohs(seq_cnt); in fc_fill_hdr() 198 fr_sof(fp) = seq_cnt ? FC_SOF_N3 : FC_SOF_I3; in fc_fill_hdr() 154 fc_fill_hdr(struct fc_frame *fp, const struct fc_frame *in_fp, enum fc_rctl r_ctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset) fc_fill_hdr() argument
|
H A D | fc_disc.c | 503 unsigned int seq_cnt; in fc_disc_gpn_ft_resp() local 519 seq_cnt = ntohs(fh->fh_seq_cnt); in fc_disc_gpn_ft_resp() 520 if (fr_sof(fp) == FC_SOF_I3 && seq_cnt == 0 && disc->seq_count == 0) { in fc_disc_gpn_ft_resp() 544 } else if (fr_sof(fp) == FC_SOF_N3 && seq_cnt == disc->seq_count) { in fc_disc_gpn_ft_resp() 548 "seq_cnt %x expected %x sof %x eof %x\n", in fc_disc_gpn_ft_resp() 549 seq_cnt, disc->seq_count, fr_sof(fp), fr_eof(fp)); in fc_disc_gpn_ft_resp()
|
/kernel/linux/linux-6.6/drivers/scsi/libfc/ |
H A D | fc_libfc.c | 151 * @seq_cnt: sequence count for the header, ignored if frame has a sequence 155 enum fc_rctl r_ctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset) in fc_fill_hdr() 193 seq_cnt = sp->cnt; in fc_fill_hdr() 197 fh->fh_seq_cnt = ntohs(seq_cnt); in fc_fill_hdr() 198 fr_sof(fp) = seq_cnt ? FC_SOF_N3 : FC_SOF_I3; in fc_fill_hdr() 154 fc_fill_hdr(struct fc_frame *fp, const struct fc_frame *in_fp, enum fc_rctl r_ctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset) fc_fill_hdr() argument
|
H A D | fc_disc.c | 500 unsigned int seq_cnt; in fc_disc_gpn_ft_resp() local 516 seq_cnt = ntohs(fh->fh_seq_cnt); in fc_disc_gpn_ft_resp() 517 if (fr_sof(fp) == FC_SOF_I3 && seq_cnt == 0 && disc->seq_count == 0) { in fc_disc_gpn_ft_resp() 541 } else if (fr_sof(fp) == FC_SOF_N3 && seq_cnt == disc->seq_count) { in fc_disc_gpn_ft_resp() 545 "seq_cnt %x expected %x sof %x eof %x\n", in fc_disc_gpn_ft_resp() 546 seq_cnt, disc->seq_count, fr_sof(fp), fr_eof(fp)); in fc_disc_gpn_ft_resp()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_driver.c | 460 if (seq != rcd->seq_cnt) in qib_kreceive() 528 if (++rcd->seq_cnt > 13) in qib_kreceive() 529 rcd->seq_cnt = 1; in qib_kreceive() 530 if (seq != rcd->seq_cnt) in qib_kreceive()
|
H A D | qib.h | 219 u8 seq_cnt; member 1380 if (seq == rcd->seq_cnt) in qib_get_hdrqtail()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_driver.c | 461 if (seq != rcd->seq_cnt) in qib_kreceive() 529 if (++rcd->seq_cnt > 13) in qib_kreceive() 530 rcd->seq_cnt = 1; in qib_kreceive() 531 if (seq != rcd->seq_cnt) in qib_kreceive()
|
H A D | qib.h | 219 u8 seq_cnt; member
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
H A D | 57xx_hsi_bnx2fc.h | 176 __le16 seq_cnt; member 229 __le16 seq_cnt; member 619 __le16 seq_cnt; member
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/ |
H A D | 57xx_hsi_bnx2fc.h | 176 __le16 seq_cnt; member 229 __le16 seq_cnt; member 619 __le16 seq_cnt; member
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_nvme.h | 122 __le16 seq_cnt; member
|
H A D | qla_target.h | 257 uint16_t seq_cnt; member 270 __le16 seq_cnt; member
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_nvme.h | 130 __le16 seq_cnt; member
|
H A D | qla_target.h | 262 uint16_t seq_cnt; member 275 __le16 seq_cnt; member
|
/kernel/linux/linux-5.10/include/linux/qed/ |
H A D | fcoe_common.h | 82 __le16 seq_cnt; member 328 __le16 seq_cnt; member
|
/kernel/linux/linux-6.6/include/linux/qed/ |
H A D | fcoe_common.h | 82 __le16 seq_cnt; member 328 __le16 seq_cnt; member
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | hfi.h | 249 u8 seq_cnt; member 1556 * hfi1_seq_cnt - return seq_cnt member 1559 * Return seq_cnt member 1563 return rcd->seq_cnt; in hfi1_seq_cnt() 1567 * hfi1_set_seq_cnt - return seq_cnt member 1570 * Return seq_cnt member 1574 rcd->seq_cnt = cnt; in hfi1_set_seq_cnt() 1586 return seq != rcd->seq_cnt; in last_rcv_seq() 1598 rcd->seq_cnt = hfi1_seq_incr_wrap(rcd->seq_cnt); in hfi1_seq_incr() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | hfi.h | 208 u8 seq_cnt; member 1504 * hfi1_seq_cnt - return seq_cnt member 1507 * Return seq_cnt member 1511 return rcd->seq_cnt; in hfi1_seq_cnt() 1515 * hfi1_set_seq_cnt - return seq_cnt member 1518 * Return seq_cnt member 1522 rcd->seq_cnt = cnt; in hfi1_set_seq_cnt() 1534 return seq != rcd->seq_cnt; in last_rcv_seq() 1546 rcd->seq_cnt = hfi1_seq_incr_wrap(rcd->seq_cnt); in hfi1_seq_incr() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_debugfs.h | 224 uint32_t seq_cnt; member
|
H A D | lpfc_debugfs.c | 170 dtp->seq_cnt, ms, dtp->fmt); in lpfc_debugfs_disc_trc_data() 181 dtp->seq_cnt, ms, dtp->fmt); in lpfc_debugfs_disc_trc_data() 236 dtp->seq_cnt, ms, dtp->fmt); in lpfc_debugfs_slow_ring_trc_data() 247 dtp->seq_cnt, ms, dtp->fmt); in lpfc_debugfs_slow_ring_trc_data() 1844 dtp->seq_cnt = atomic_inc_return(&lpfc_debugfs_seq_trc_cnt); in lpfc_debugfs_disc_trc() 1882 dtp->seq_cnt = atomic_inc_return(&lpfc_debugfs_seq_trc_cnt); in lpfc_debugfs_slow_ring_trc()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | libfc.h | 963 enum fc_rctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset);
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | libfc.h | 972 enum fc_rctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset);
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_debugfs.h | 227 uint32_t seq_cnt; member
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfa_fc.h | 74 u16 seq_cnt; /* sequence count */ member
|