Lines Matching refs:tx_cb
752 txp[i].tx_cb = tcbp + i; in fxp_attach()
1412 txp->tx_cb->ipcb_ip_activation_high = in fxp_encap()
1495 txp->tx_cb->ipcb_ip_schedule = FXP_IPCB_TCPUDP_CHECKSUM_ENABLE; in fxp_encap()
1497 txp->tx_cb->ipcb_ip_schedule |= FXP_IPCB_TCP_PACKET; in fxp_encap()
1531 txp->tx_cb->ipcb_ip_activation_high = in fxp_encap()
1533 txp->tx_cb->ipcb_ip_schedule |= in fxp_encap()
1568 cbp = txp->tx_cb; in fxp_encap()
1609 txp->tx_cb->ipcb_ip_activation_high |= in fxp_encap()
1614 txp->tx_cb->cb_status = 0; in fxp_encap()
1615 txp->tx_cb->byte_count = 0; in fxp_encap()
1617 txp->tx_cb->cb_command = in fxp_encap()
1621 txp->tx_cb->cb_command = in fxp_encap()
1625 txp->tx_cb->tx_threshold = tx_threshold; in fxp_encap()
1630 sc->fxp_desc.tx_last->tx_cb->cb_command &= htole16(~FXP_CB_COMMAND_S); in fxp_encap()
1738 (le16toh(txp->tx_cb->cb_status) & FXP_CB_STATUS_C) != 0; in fxp_txeof()
1747 txp->tx_cb->tbd[0].tb_addr = 0; in fxp_txeof()
2196 txp[i].tx_cb->tbd[0].tb_addr = 0; in fxp_stop()