Home
last modified time | relevance | path

Searched refs:rln_msg_tx_data (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sys/dev/ic/
Drlnvar.h101 void rln_msg_tx_data(struct rln_softc *, void *, u_int16_t,
Drlnsubr.c588 rln_msg_tx_data(sc, buf, len, state) in rln_msg_tx_data() function
647 rln_msg_tx_data(sc, NULL, 0, state);
729 rln_msg_tx_data(sc, tx, (txlen + 1) & ~1, &state);
Drln.c347 rln_msg_tx_data(sc, &cmd, sizeof cmd, &state);
358 rln_msg_tx_data(sc, mtod(m, void *), m->m_len, &state);
375 rln_msg_tx_data(sc, zeroes, pad, &state);