Searched refs:rl_cmdstat (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/netmap/
H A Dif_re_netmap.h123 desc->rl_cmdstat = htole32(cmd);
153 le32toh(sc->rl_ldata.rl_tx_list[nic_i].rl_cmdstat);
211 uint32_t rxstat = le32toh(cur_rx->rl_cmdstat);
261 desc->rl_cmdstat = htole32(cmd);
352 desc[nic_i].rl_cmdstat = htole32(cmdstat);
/freebsd-13-stable/sys/dev/rl/
H A Dif_rlreg.h643 * lower 11 bits of the TX rl_cmdstat word are used to hold the MSS, and
648 uint32_t rl_cmdstat; member in struct:rl_desc
788 #define RL_OWN(x) (le32toh((x)->rl_cmdstat) & RL_RDESC_STAT_OWN)
789 #define RL_RXBYTES(x) (le32toh((x)->rl_cmdstat) & sc->rl_rxlenmask)
/freebsd-13-stable/sys/dev/re/
H A Dif_re.c887 rxstat = le32toh(cur_rx->rl_cmdstat);
1939 desc->rl_cmdstat = htole32(cmdstat | RL_RDESC_CMD_OWN);
2001 desc->rl_cmdstat = htole32(cmdstat | RL_RDESC_CMD_OWN);
2054 desc->rl_cmdstat = htole32(cmdstat | RL_RDESC_CMD_OWN);
2093 desc->rl_cmdstat |= htole32(RL_TDESC_CMD_EOR);
2197 rxstat = le32toh(cur_rx->rl_cmdstat);
2433 txstat = le32toh(sc->rl_ldata.rl_tx_list[cons].rl_cmdstat);
2892 desc->rl_cmdstat = htole32(cmdstat | csum_flags);
2901 desc->rl_cmdstat |= htole32(RL_TDESC_CMD_EOF);
2905 desc->rl_cmdstat |
[all...]

Completed in 115 milliseconds