Home
last modified time | relevance | path

Searched refs:ETH_P_IBOE (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_ah.c62 return (u16)ETH_P_IBOE; in ocrdma_hdr_type_to_proto_num()
97 nxthdr = (proto_num == ETH_P_IBOE) ? 0x1b : 0x11; in set_av_attr()
H A Docrdma_hw.c2968 valid && proto == ETH_P_IBOE && in ocrdma_parse_dcbxcfg_rsp()
/linux/include/uapi/linux/
H A Dif_ether.h107 #define ETH_P_IBOE 0x8915 /* Infiniband over Ethernet */ macro
/linux/drivers/infiniband/hw/usnic/
H A Dusnic_fwd.h101 filter->u.usnic.ethtype = ETH_P_IBOE; in usnic_fwd_init_usnic_filter()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c684 app->protocol == ETH_P_IBOE) || in bnxt_dcbnl_ieee_setapp()
712 app->protocol == ETH_P_IBOE) || in bnxt_dcbnl_ieee_delapp()
/linux/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c412 ether_type = ETH_P_IBOE; in qedr_gsi_build_header()
/linux/drivers/infiniband/hw/bnxt_re/
H A Dmain.c1451 app.protocol = ETH_P_IBOE; in bnxt_re_get_priority_mask()
H A Dib_verbs.c2294 ether_type = ETH_P_IBOE; in bnxt_re_build_qp1_send_v2()
3363 case ETH_P_IBOE: in bnxt_re_is_loopback_packet()
/linux/drivers/infiniband/hw/mlx4/
H A Dqp.c3175 ether_type = (!is_udp) ? ETH_P_IBOE: in build_mlx_header()