txc               698 dev/ic/fxp.c   	struct fxp_cb_tx *txc;
txc               754 dev/ic/fxp.c   		txc = txs->tx_cb;
txc               755 dev/ic/fxp.c   		txc->tbd_number = txs->tx_map->dm_nsegs;
txc               756 dev/ic/fxp.c   		txc->cb_status = 0;
txc               757 dev/ic/fxp.c   		txc->cb_command = htole16(FXP_CB_COMMAND_XMIT | FXP_CB_COMMAND_SF);
txc               758 dev/ic/fxp.c   		txc->tx_threshold = tx_threshold;
txc               760 dev/ic/fxp.c   			txc->tbd[seg].tb_addr =
txc               762 dev/ic/fxp.c   			txc->tbd[seg].tb_size =
txc               694 dev/ic/rlnsubr.c 	struct rln_mm_cmd *	txc = (struct rln_mm_cmd *)tx;
txc               705 dev/ic/rlnsubr.c 	txc->cmd_seq = rln_newseq(sc);
txc               709 dev/ic/rlnsubr.c 	    txc->cmd_letter, txc->cmd_fn, txc->cmd_seq);
txc               710 dev/ic/rlnsubr.c 	RLNDUMPHEX(txc, sizeof *txc);
txc               712 dev/ic/rlnsubr.c 	RLNDUMPHEX((char *)tx + sizeof *txc, txlen - sizeof *txc);
txc               717 dev/ic/rlnsubr.c 		if (rln_mbox_create(sc, txc->cmd_seq, rx, rxlen) < 0)
txc               724 dev/ic/rlnsubr.c 			rln_mbox_wait(sc, txc->cmd_seq, -1);
txc               735 dev/ic/rlnsubr.c 			rln_mbox_wait(sc, txc->cmd_seq, -1);
txc               747 dev/ic/rlnsubr.c 	if (rln_mbox_wait(sc, txc->cmd_seq, 4000) <= 0) {
txc               749 dev/ic/rlnsubr.c 			txc->cmd_letter, txc->cmd_fn, txc->cmd_seq);