Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/toshiba/
H A Dtc35815.c1466 unsigned int fdctl; in tc35815_rx() local
1470 while (!((fdctl = le32_to_cpu(lp->rfd_cur->fd.FDCtl)) & FD_CownsFD)) { in tc35815_rx()
1472 int pkt_len = fdctl & FD_FDLength_MASK; in tc35815_rx()
1473 int bd_count = (fdctl & FD_BDCnt_MASK) >> FD_BDCnt_SHIFT; in tc35815_rx()
1738 unsigned int fdctl; in tc35815_txdone() local
1742 !((fdctl = le32_to_cpu(txfd->fd.FDCtl)) & FD_CownsFD)) { in tc35815_txdone()