HomeSort by: relevance | last modified time | path
    Searched refs:txlen (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/
ipmi.c 925 * Returns a buffer to an allocated message, txlen contains length
930 const void *data, int *txlen)
935 *txlen = len + 4;
936 buf = ipmi_buf_acquire(sc, *txlen);
954 * Returns a buffer to an allocated message, txlen contains length
959 const void *data, int *txlen)
964 *txlen = len + 2;
965 buf = ipmi_buf_acquire(sc, *txlen);
984 int txlen, const void *data)
990 __func__, rssa, NETFN_LUN(netfn, rslun), cmd, txlen);
    [all...]
  /src/sys/dev/isa/
if_iy.c 1119 u_int txstatus, txstat2, txlen, txnext; local in function:iy_intr_tx
1137 txlen = le16toh(bus_space_read_stream_2(iot, ioh,
1149 txstatus, sbuf, txnext, txlen);
1152 if (txlen & CHAIN)
  /src/sys/netbt/
hci.h 2157 uint16_t txlen; /* tx packet length */ member in struct:__anonf724d211d708
2168 uint16_t txlen; /* tx packet length */ member in struct:__anonf724d211d808

Completed in 18 milliseconds