Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/toshiba/
H A Dtc35815.c308 #define FD_CownsFD 0x80000000 /* FD Controller owner bit */ macro
917 lp->rfd_base[i].fd.FDCtl = cpu_to_le32(FD_CownsFD); in tc35815_init_queues()
936 lp->fbl_ptr->fd.FDCtl = cpu_to_le32(RX_BUF_NUM | FD_CownsFD); in tc35815_init_queues()
1083 if (le32_to_cpu(fd->fd.FDCtl) & FD_CownsFD) in dump_rxfd()
1309 txfd->fd.FDCtl = cpu_to_le32(FD_CownsFD | (1 << FD_BDCnt_SHIFT)); in tc35815_send_packet()
1470 while (!((fdctl = le32_to_cpu(lp->rfd_cur->fd.FDCtl)) & FD_CownsFD)) { in tc35815_rx()
1606 lp->rfd_cur->fd.FDCtl = cpu_to_le32(FD_CownsFD); in tc35815_rx()
1742 !((fdctl = le32_to_cpu(txfd->fd.FDCtl)) & FD_CownsFD)) { in tc35815_txdone()
1794 if (!(le32_to_cpu(txfd->fd.FDCtl) & FD_CownsFD)) { in tc35815_txdone()