Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/toshiba/
Dtc35815.c294 volatile __u32 BDCtl; member
958 lp->fbl_ptr->bd[i].BDCtl = 0; in tc35815_init_queues()
964 lp->fbl_ptr->bd[i].BDCtl = in tc35815_init_queues()
1069 le32_to_cpu(fd->bd.BDCtl)); in dump_txfd()
1090 le32_to_cpu(fd->bd[i].BDCtl)); in dump_rxfd()
1109 le32_to_cpu(fd->bd[i].BDCtl)); in dump_frfd()
1308 txfd->bd.BDCtl = cpu_to_le32(skb->len); in tc35815_send_packet()
1492 cur_bd = (le32_to_cpu(lp->rfd_cur->bd[0].BDCtl) in tc35815_rx()
1547 int bdctl = le32_to_cpu(lp->rfd_cur->bd[bd_count - 1].BDCtl); in tc35815_rx()
1566 bdctl = le32_to_cpu(bd->BDCtl); in tc35815_rx()
[all …]