Lines Matching defs:mask
1919 struct ib_flow_eth_filter mask;
1933 struct ib_flow_ib_filter mask;
1958 struct ib_flow_ipv4_filter mask;
1976 struct ib_flow_ipv6_filter mask;
1990 struct ib_flow_tcp_udp_filter mask;
2005 struct ib_flow_tunnel_filter mask;
2019 struct ib_flow_esp_filter mask;
2034 struct ib_flow_gre_filter mask;
2047 struct ib_flow_mpls_filter mask;
2994 * ib_modify_qp_is_ok - Check that the supplied attribute mask
3000 * @mask: Mask of supplied QP attributes
3006 * and that the attribute mask supplied is allowed for the transition.
3009 enum ib_qp_type type, enum ib_qp_attr_mask mask);
3673 * @srq_attr_mask: A bit-mask used to specify which attributes of the SRQ
3676 * The mask may contain IB_SRQ_MAX_WR to resize the SRQ and/or
3752 * @attr_mask: A bit-mask used to specify which attributes of the QP
3769 * @qp_attr_mask: A bit-mask used to specify which attributes of the QP
3781 * @qp_attr_mask: A bit-mask used to select specific attributes to query.
4328 const u32 mask = 0x000000ff;
4329 return ((rkey + 1) & mask) | (rkey & ~mask);