Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_xgmac.c488 u64 qtmp; in hns_xgmac_get_regs() local
577 hns_xgmac_cpy_q(&regs[73], qtmp); in hns_xgmac_get_regs()
579 hns_xgmac_cpy_q(&regs[75], qtmp); in hns_xgmac_get_regs()
581 hns_xgmac_cpy_q(&regs[77], qtmp); in hns_xgmac_get_regs()
583 hns_xgmac_cpy_q(&regs[79], qtmp); in hns_xgmac_get_regs()
585 hns_xgmac_cpy_q(&regs[81], qtmp); in hns_xgmac_get_regs()
587 hns_xgmac_cpy_q(&regs[83], qtmp); in hns_xgmac_get_regs()
589 hns_xgmac_cpy_q(&regs[85], qtmp); in hns_xgmac_get_regs()
591 hns_xgmac_cpy_q(&regs[87], qtmp); in hns_xgmac_get_regs()
593 hns_xgmac_cpy_q(&regs[89], qtmp); in hns_xgmac_get_regs()
[all …]
/linux-6.15/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c3188 SYM_QUEHEAD qtmp, *qp; local
3195 sym_que_init(&qtmp);
3196 sym_que_splice(&np->busy_ccbq, &qtmp);
3204 while ((qp = sym_remque_head(&qtmp)) != NULL) {
/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dmac.c1797 u32 grpnum, qtmp, val32, msk32; in mac_is_txq_empty_ax() local
1810 qtmp = qempty.qempty; in mac_is_txq_empty_ax()
1812 val32 = u32_get_bits(qtmp, QEMP_ACQ_GRP_QSEL_MASK); in mac_is_txq_empty_ax()
1815 qtmp >>= QEMP_ACQ_GRP_QSEL_SH; in mac_is_txq_empty_ax()