Searched refs:eth_type (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/virtio/network/
H A Dif_vtnet.c1447 uint16_t eth_type, int ip_start, struct virtio_net_hdr *hdr)
1457 switch (eth_type) {
1500 uint16_t eth_type, int ip_start, struct virtio_net_hdr *hdr)
1507 switch (eth_type) {
1559 "protocol eth_type=%#x proto=%d csum_start=%d "
1560 "csum_offset=%d\n", __func__, eth_type, proto,
1585 uint16_t eth_type; local
1589 eth_type = ntohs(eh->ether_type);
1590 if (eth_type == ETHERTYPE_VLAN) {
1593 eth_type
1446 vtnet_rxq_csum_by_offset(struct vtnet_rxq *rxq, struct mbuf *m, uint16_t eth_type, int ip_start, struct virtio_net_hdr *hdr) argument
1499 vtnet_rxq_csum_by_parse(struct vtnet_rxq *rxq, struct mbuf *m, uint16_t eth_type, int ip_start, struct virtio_net_hdr *hdr) argument
1976 vtnet_txq_offload_tso(struct vtnet_txq *txq, struct mbuf *m, int eth_type, int offset, struct virtio_net_hdr *hdr) argument
[all...]
/freebsd-9.3-release/sys/dev/cxgb/
H A Dcxgb_sge.c1460 uint16_t eth_type; local
1489 eth_type = eh->ether_type;
1490 if (eth_type == htons(ETHERTYPE_VLAN)) {
1495 eth_type = evh->evl_proto;
1501 if (eth_type == htons(ETHERTYPE_IP)) {
1506 } else if (eth_type == htons(ETHERTYPE_IPV6)) {
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_verbs.h784 u32 eth_type; member in struct:ib_send_wr::__anon10244::__anon10249
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dqp.c1489 *lrh = cpu_to_be32(wr->wr.raw_ety.eth_type);

Completed in 119 milliseconds