Searched refs:rln_msg_tx_data (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/sys/dev/ic/ |
| D | rlnvar.h | 101 void rln_msg_tx_data(struct rln_softc *, void *, u_int16_t,
|
| D | rlnsubr.c | 588 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);
|
| D | rln.c | 347 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);
|