Searched refs:__be16 (Results 51 - 75 of 111) sorted by relevance

12345

/freebsd-12-stable/contrib/ofed/libibumad/
H A Dsysfs.c103 __be16 *ugid = (__be16 *) gid;
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_sysfs.c127 be16_to_cpu(((__be16 *) gid.raw)[0]),
128 be16_to_cpu(((__be16 *) gid.raw)[1]),
129 be16_to_cpu(((__be16 *) gid.raw)[2]),
130 be16_to_cpu(((__be16 *) gid.raw)[3]),
131 be16_to_cpu(((__be16 *) gid.raw)[4]),
132 be16_to_cpu(((__be16 *) gid.raw)[5]),
133 be16_to_cpu(((__be16 *) gid.raw)[6]),
134 be16_to_cpu(((__be16 *) gid.raw)[7]));
H A Dmlx4_ib.h254 __be16 vlan;
256 __be16 pkey_index;
271 __be16 pkey_index;
272 __be16 sl_vid;
273 __be16 slid_mac_47_32;
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_packer.c47 case 2: return be16_to_cpup((__be16 *) ((char *)structure + offset));
134 case 16: *(__be16 *) ((char *)structure + offset) = cpu_to_be16(val); break;
/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dt4_hw.h103 volatile __be16 cidx;
104 volatile __be16 pidx;
/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_srq.c53 __be16 limit_watermark;
54 __be16 wqe_cnt;
65 __be16 limit_watermark;
66 __be16 wqe_cnt;
68 __be16 wqe_counter;
H A Dmthca_provider.c90 props->vendor_part_id = be16_to_cpup((__be16 *) (out_mad->data + 30));
159 props->lid = be16_to_cpup((__be16 *) (out_mad->data + 16));
161 props->sm_lid = be16_to_cpup((__be16 *) (out_mad->data + 18));
169 props->bad_pkey_cntr = be16_to_cpup((__be16 *) (out_mad->data + 46));
170 props->qkey_viol_cntr = be16_to_cpup((__be16 *) (out_mad->data + 48));
253 *pkey = be16_to_cpu(((__be16 *) out_mad->data)[index % 32]);
/freebsd-12-stable/sys/dev/cxgbe/
H A Dosdep.h68 typedef uint16_t __be16; typedef
/freebsd-12-stable/sys/ofed/drivers/infiniband/util/
H A Dmadeye.c182 static char * get_sa_attr(__be16 attr)
317 static char * get_smp_attr(__be16 attr)
/freebsd-12-stable/contrib/ofed/libcxgb4/
H A Dt4.h96 __be16 rsvd2;
97 __be16 qid;
98 __be16 cidx;
99 __be16 pidx;
/freebsd-12-stable/contrib/ofed/librdmacm/
H A Drdma_cma_abi.h189 __be16 pkey;
H A Daddrinfo.c113 __be16 port;
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h698 __be16 private_data_size;
703 __be16 ird;
704 __be16 ord;
710 __be16 hdrct_rsvd;
H A Dt4.h75 __be16 rsvd2;
76 __be16 qid;
77 __be16 cidx;
78 __be16 pidx;
/freebsd-12-stable/sys/dev/mlx4/
H A Dcmd.h311 u8 qos, __be16 proto);
/freebsd-12-stable/sys/dev/mlx4/mlx4_en/
H A Den.h359 static inline int mlx4_en_can_lro(__be16 status)
361 const __be16 status_all = cpu_to_be16(
369 const __be16 status_ipv4_ipok_tcp = cpu_to_be16(
373 const __be16 status_ipv6_ipok_tcp = cpu_to_be16(
H A Dmlx4_en_netdev.c100 __be16 src_port;
101 __be16 dst_port;
139 .dst_port_msk = (__force __be16)-1,
141 .src_port_msk = (__force __be16)-1,
204 __be16 src_port, __be16 dst_port)
220 __be32 dst_ip, u8 ip_proto, __be16 src_port,
221 __be16 dst_port, u32 flow_id)
267 u8 ip_proto, __be16 src_port, __be16 dst_por
[all...]
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c55 be16_to_cpu(((__be16 *) gid->raw)[i]));
/freebsd-12-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h839 __be16 ether_type;
840 __be16 vlan_tag;
879 __be16 dst_port;
880 __be16 src_port;
/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_osdep.h162 #define __be16 u16 macro
H A Dixgbe_type.h2928 #ifndef __be16
2930 #define __be16 u16 macro
3216 __be16 address;
3543 __be16 vlan_id;
3547 __be16 tunnel_type;
3549 __be16 src_port;
3550 __be16 dst_port;
3551 __be16 flex_bytes;
3552 __be16 bkt_hash;
3562 __be16 vlan_i
[all...]
/freebsd-12-stable/sys/dev/ixl/
H A Di40e_osdep.h128 #define __be16 u16 macro
/freebsd-12-stable/sys/dev/cxgb/
H A Dcxgb_osdep.h250 typedef uint16_t __be16; typedef
/freebsd-12-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.h257 __be16 tcp_opt; /* from cpl_pass_establish */
/freebsd-12-stable/sys/dev/ice/
H A Dice_osdep.h372 #define __be16 u16 macro

Completed in 195 milliseconds

12345