Searched refs:erx (Results 1 - 6 of 6) sorted by relevance

/drivers/net/ethernet/stmicro/stmmac/
H A Denh_desc.c158 if (unlikely(p->des01.erx.error_summary)) {
160 p->des01.erx);
161 if (unlikely(p->des01.erx.descriptor_error)) {
166 if (unlikely(p->des01.erx.overflow_error)) {
171 if (unlikely(p->des01.erx.ipc_csum_error))
174 if (unlikely(p->des01.erx.late_collision)) {
179 if (unlikely(p->des01.erx.receive_watchdog)) {
183 if (unlikely(p->des01.erx.error_gmii)) {
187 if (unlikely(p->des01.erx.crc_error)) {
199 ret = enh_desc_coe_rdes0(p->des01.erx
[all...]
H A Ddescs_com.h33 p->des01.erx.buffer2_size = BUF_SIZE_8KiB - 1;
35 p->des01.erx.end_ring = 1;
89 p->des01.erx.second_address_chained = 1;
H A Ddescs.h86 } erx; /* -- enhanced -- */ member in union:dma_desc::__anon2834
/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h687 struct be_erx_stats_v0 erx; member in struct:be_hw_stats_v0
1437 struct be_erx_stats_v1 erx; member in struct:be_hw_stats_v1
1470 return &hw_stats->erx;
1474 return &hw_stats->erx;
H A Dbe_main.c410 struct be_erx_stats_v1 *erx = be_erx_stats_from_cmd(adapter); local
425 /* below erx HW counter can actually wrap around after
429 (u16)erx->rx_drops_no_fragments[rxo->q.id]);
/drivers/tty/serial/
H A Dmax3100.c200 u16 etx, erx; local
204 .rx_buf = &erx,
216 *rx = be16_to_cpu(erx);

Completed in 147 milliseconds