tx_cb 386 dev/ic/fxp.c sc->txs[i].tx_cb = sc->sc_ctrl->tx_cb + i;
tx_cb 387 dev/ic/fxp.c sc->txs[i].tx_off = offsetof(struct fxp_ctrl, tx_cb[i]);
tx_cb 754 dev/ic/fxp.c txc = txs->tx_cb;
tx_cb 779 dev/ic/fxp.c txs->tx_cb->cb_command =
tx_cb 786 dev/ic/fxp.c sc->sc_cbt_prev->tx_cb->cb_command &=
tx_cb 846 dev/ic/fxp.c ((txs->tx_cb->cb_status & htole16(FXP_CB_STATUS_C)) ||
tx_cb 847 dev/ic/fxp.c (txs->tx_cb->cb_command & htole16(FXP_CB_COMMAND_NOP)))) {
tx_cb 1341 dev/ic/fxp.c bzero(sc->sc_ctrl->tx_cb, sizeof(struct fxp_cb_tx) * FXP_NTXCB);
tx_cb 1342 dev/ic/fxp.c txp = sc->sc_ctrl->tx_cb;
tx_cb 1346 dev/ic/fxp.c offsetof(struct fxp_ctrl, tx_cb[(i + 1) & FXP_TXCB_MASK]));
tx_cb 1348 dev/ic/fxp.c offsetof(struct fxp_ctrl, tx_cb[i].tbd[0]));
tx_cb 1356 dev/ic/fxp.c sc->sc_ctrl->tx_cb[0].cb_command = htole16(FXP_CB_COMMAND_NOP |
tx_cb 1364 dev/ic/fxp.c offsetof(struct fxp_ctrl, tx_cb[0]));
tx_cb 93 dev/ic/fxpvar.h struct fxp_cb_tx *tx_cb;
tx_cb 97 dev/ic/fxpvar.h struct fxp_cb_tx tx_cb[FXP_NTXCB];