Lines Matching refs:ring_seqnum
870 uint32 ring_seqnum = ring->seqnum; in dhd_prot_d2h_sync_livelock() local
879 dhd, ring->name, msg_seqnum, ring_seqnum, ring_seqnum% D2H_EPOCH_MODULO, tries, in dhd_prot_d2h_sync_livelock()
932 uint32 ring_seqnum = ring->seqnum % D2H_EPOCH_MODULO; in dhd_prot_d2h_sync_seqnum() local
966 if (ltoh32(msg_seqnum) == ring_seqnum) { /* dma upto last word done */ in dhd_prot_d2h_sync_seqnum()
1013 uint8 ring_seqnum = ring->seqnum % D2H_EPOCH_MODULO; in dhd_prot_d2h_sync_xorcsum() local
1048 if (msg->epoch == ring_seqnum) { in dhd_prot_d2h_sync_xorcsum()
1130 uint32 ring_seqnum = ring->seqnum % D2H_EPOCH_MODULO; in BCMFASTPATH() local
1167 if (msg->epoch == ring_seqnum && in BCMFASTPATH()
1177 valid_msg = (trailer->epoch == ring_seqnum) && in BCMFASTPATH()
1202 __FUNCTION__, ring_seqnum, msg->epoch, in BCMFASTPATH()
1222 msg->epoch, ring_seqnum, msg->msg_type, MSG_TYPE_INFO_PYLD, in BCMFASTPATH()
1230 trailer->epoch, ring_seqnum, trailer->msg_type, MSG_TYPE_INFO_PYLD, in BCMFASTPATH()