Searched refs:sq_idx (Results 1 – 6 of 6) sorted by relevance
629 u8 sq_idx = sq->sq_num; in nic_tx_channel_cfg() local663 tl4 += sq_idx; in nic_tx_channel_cfg()668 ((u32)sq_idx << NIC_Q_NUM_SHIFT), tl4); in nic_tx_channel_cfg()670 ((u64)vnic << 27) | ((u32)sq_idx << 24) | rr_quantum); in nic_tx_channel_cfg()
327 u64 sq_idx:3; member335 u64 sq_idx:3;
348 void nicvf_update_sq_stats(struct nicvf *nic, int sq_idx);
948 void nicvf_update_sq_stats(struct nicvf *nic, int sq_idx) in nicvf_update_sq_stats() argument954 (sq_idx << NIC_Q_NUM_SHIFT) | ((reg) << 3)) in nicvf_update_sq_stats()956 sq = &nic->qs->sq[sq_idx]; in nicvf_update_sq_stats()
217 sq = &nic->qs->sq[cqe_tx->sq_idx]; in nicvf_snd_pkt_handler()
6003 u64 sq_idx : 20; member6026 u64 sq_idx : 20; member6071 u64 sq_idx : 20; member
Completed in 61 milliseconds