Lines Matching refs:seq_num
643 msdu_info.gsn = be_vdev->mlo_dev_ctxt->seq_num; in dp_tx_mlo_mcast_multipass_send()
754 if (qdf_unlikely(be_vdev->mlo_dev_ctxt->seq_num > MAX_GSN_NUM)) in dp_tx_mlo_mcast_multipass_handler()
755 be_vdev->mlo_dev_ctxt->seq_num = 0; in dp_tx_mlo_mcast_multipass_handler()
757 be_vdev->mlo_dev_ctxt->seq_num++; in dp_tx_mlo_mcast_multipass_handler()
766 if (qdf_unlikely(be_vdev->mlo_dev_ctxt->seq_num > MAX_GSN_NUM)) in dp_tx_mlo_mcast_multipass_handler()
767 be_vdev->mlo_dev_ctxt->seq_num = 0; in dp_tx_mlo_mcast_multipass_handler()
769 be_vdev->mlo_dev_ctxt->seq_num++; in dp_tx_mlo_mcast_multipass_handler()
822 msdu_info.gsn = be_vdev->mlo_dev_ctxt->seq_num; in dp_tx_mlo_mcast_pkt_send()
870 if (qdf_unlikely(be_vdev->mlo_dev_ctxt->seq_num > MAX_GSN_NUM)) in dp_tx_mlo_mcast_handler_be()
871 be_vdev->mlo_dev_ctxt->seq_num = 0; in dp_tx_mlo_mcast_handler_be()
873 be_vdev->mlo_dev_ctxt->seq_num++; in dp_tx_mlo_mcast_handler_be()