Searched refs:ETHER_ALIGN (Results 1 - 25 of 67) sorted by relevance

123

/freebsd-9.3-release/sys/dev/tx/
H A Dif_txvar.h51 #define ETHER_ALIGN 2 macro
/freebsd-9.3-release/sys/dev/firewire/
H A Dif_fwe.c566 #ifndef ETHER_ALIGN
567 #define ETHER_ALIGN 2 macro
610 M_PREPEND(m, ETHER_ALIGN, M_NOWAIT);
669 ETHER_ALIGN + sizeof(struct ether_header)) {
675 m->m_data += HDR_LEN + ETHER_ALIGN;
680 m->m_len = m->m_pkthdr.len = fp->mode.stream.len - ETHER_ALIGN
683 m->m_len = m->m_pkthdr.len = fp->mode.stream.len - ETHER_ALIGN;
/freebsd-9.3-release/sys/dev/nve/
H A Dif_nvereg.h191 #define ETHER_ALIGN 2 macro
/freebsd-9.3-release/sys/dev/e1000/
H A Dif_em.h186 #define ETHER_ALIGN 2 macro
H A Dif_lem.h189 #define ETHER_ALIGN 2 macro
H A Dif_igb.h187 #define ETHER_ALIGN 2 macro
/freebsd-9.3-release/sys/dev/et/
H A Dif_etvar.h64 #define ET_JLEN (ET_JUMBO_FRAMELEN + ETHER_ALIGN)
/freebsd-9.3-release/sys/dev/ixgb/
H A Dif_ixgb.h201 #define ETHER_ALIGN 2 macro
/freebsd-9.3-release/sys/dev/usb/net/
H A Dusb_ethernet.c570 m_adj(m_new, ETHER_ALIGN);
601 if (len < ETHER_HDR_LEN || len > MCLBYTES - ETHER_ALIGN)
H A Dif_axge.c987 if (len < ETHER_HDR_LEN || len > MCLBYTES - ETHER_ALIGN) {
998 m->m_len = m->m_pkthdr.len = len + ETHER_ALIGN;
999 m_adj(m, ETHER_ALIGN);
H A Dif_cdce.c1362 (temp > (MCLBYTES - ETHER_ALIGN))) {
1373 } else if (temp > (int)(MHLEN - ETHER_ALIGN)) {
1384 m_adj(m, ETHER_ALIGN);
H A Dif_ipheth.c502 m_adj(m, ETHER_ALIGN);
H A Dif_urndis.c857 } else if (msg.rm_datalen > (uint32_t)(MHLEN - ETHER_ALIGN)) {
865 m_adj(m, ETHER_ALIGN);
H A Dif_axe.c1114 if (len < ETHER_HDR_LEN || len > MCLBYTES - ETHER_ALIGN) {
1125 m_adj(m, ETHER_ALIGN);
/freebsd-9.3-release/sys/dev/wb/
H A Dif_wbreg.h274 #define ETHER_ALIGN 2 macro
/freebsd-9.3-release/sys/net/
H A Dethernet.h25 * Drivers should do m_adj(m, ETHER_ALIGN) when setting up a
29 #define ETHER_ALIGN 2 /* driver adjust for IP hdr alignment */ macro
/freebsd-9.3-release/sys/dev/ti/
H A Dif_ti.c1388 m_adj(m, ETHER_ALIGN);
1443 m_adj(m, ETHER_ALIGN);
1502 m_adj(m, ETHER_ALIGN);
1638 m_new->m_data += ETHER_ALIGN;
1640 m_new->m_len = MHLEN - ETHER_ALIGN;
2248 rcb->ti_max_len = MJUM9BYTES - ETHER_ALIGN;
2267 rcb->ti_max_len = MHLEN - ETHER_ALIGN;
2691 r->ti_len = MCLBYTES - ETHER_ALIGN;
2708 r->ti_len = MHLEN - ETHER_ALIGN;
2726 r->ti_len = MJUM9BYTES - ETHER_ALIGN;
[all...]
/freebsd-9.3-release/sys/dev/pcn/
H A Dif_pcnreg.h491 #define ETHER_ALIGN 2 macro
/freebsd-9.3-release/sys/dev/sis/
H A Dif_sisreg.h495 #define ETHER_ALIGN 2 macro
/freebsd-9.3-release/sys/dev/vx/
H A Dif_vx.c85 #define ETHER_ALIGN 2 macro
741 m0 = m_devget(mtod(m, char *), m->m_pkthdr.len, ETHER_ALIGN,
/freebsd-9.3-release/sys/dev/cas/
H A Dif_cas.c1109 v | (ETHER_ALIGN << CAS_RX_CONF_SOFF_SHFT));
1736 off * 256 + ETHER_ALIGN, len, cas_free,
1740 off * 256 + ETHER_ALIGN, len, cas_free,
1777 off += ETHER_ALIGN;
/freebsd-9.3-release/sys/dev/lge/
H A Dif_lgereg.h485 #define LGE_JRAWLEN (LGE_JUMBO_FRAMELEN + ETHER_ALIGN)
H A Dif_lge.c728 m_adj(m_new, ETHER_ALIGN);
929 m0 = m_devget(mtod(m, char *), total_len, ETHER_ALIGN,
/freebsd-9.3-release/sys/dev/xl/
H A Dif_xlreg.h454 #define ETHER_ALIGN 2 macro
/freebsd-9.3-release/sys/arm/at91/
H A Dif_ate.c907 if (remain + ETHER_ALIGN >= MINCLSIZE)
917 mb->m_data += ETHER_ALIGN;

Completed in 187 milliseconds

123