txlen 687 dev/ic/rlnsubr.c rln_msg_txrx(sc, tx, txlen, rx, rxlen)
txlen 690 dev/ic/rlnsubr.c int txlen;
txlen 712 dev/ic/rlnsubr.c RLNDUMPHEX((char *)tx + sizeof *txc, txlen - sizeof *txc);
txlen 722 dev/ic/rlnsubr.c if ((ret = rln_msg_tx_start(sc, tx, txlen, &state))) {
txlen 729 dev/ic/rlnsubr.c rln_msg_tx_data(sc, tx, (txlen + 1) & ~1, &state);
txlen 944 dev/ipmi.c const void *data, int *txlen)
txlen 949 dev/ipmi.c *txlen = len + 4;
txlen 950 dev/ipmi.c buf = malloc(*txlen, M_DEVBUF, M_NOWAIT|M_CANFAIL);
txlen 973 dev/ipmi.c const void *data, int *txlen)
txlen 978 dev/ipmi.c *txlen = len + 2;
txlen 979 dev/ipmi.c buf = malloc(*txlen, M_DEVBUF, M_NOWAIT|M_CANFAIL);
txlen 994 dev/ipmi.c int txlen, const void *data)
txlen 1000 dev/ipmi.c rssa, NETFN_LUN(netfn, rslun), cmd, txlen);
txlen 1001 dev/ipmi.c dbg_dump(10, " send", txlen, data);
txlen 1005 dev/ipmi.c APP_SEND_MESSAGE, 7 + txlen, NULL, &txlen);
txlen 1016 dev/ipmi.c if (txlen)
txlen 1017 dev/ipmi.c memcpy(imbreq->data, data, txlen);
txlen 1019 dev/ipmi.c imbreq->data[txlen] = cksum8(&imbreq->rqSa, txlen + 3);
txlen 1024 dev/ipmi.c txlen, data, &txlen);
txlen 1030 dev/ipmi.c rc = sc->sc_if->sendmsg(sc, txlen, buf);
txlen 1874 netbt/hci.h uint16_t txlen; /* tx packet length */
txlen 1885 netbt/hci.h uint16_t txlen; /* tx packet length */