Lines Matching defs:mask
1880 struct ib_flow_eth_filter mask;
1894 struct ib_flow_ib_filter mask;
1919 struct ib_flow_ipv4_filter mask;
1937 struct ib_flow_ipv6_filter mask;
1951 struct ib_flow_tcp_udp_filter mask;
1966 struct ib_flow_tunnel_filter mask;
1980 struct ib_flow_esp_filter mask;
1995 struct ib_flow_gre_filter mask;
2008 struct ib_flow_mpls_filter mask;
2944 * ib_modify_qp_is_ok - Check that the supplied attribute mask
2950 * @mask: Mask of supplied QP attributes
2956 * and that the attribute mask supplied is allowed for the transition.
2959 enum ib_qp_type type, enum ib_qp_attr_mask mask);
3601 * @srq_attr_mask: A bit-mask used to specify which attributes of the SRQ
3604 * The mask may contain IB_SRQ_MAX_WR to resize the SRQ and/or
3666 * @attr_mask: A bit-mask used to specify which attributes of the QP
3683 * @qp_attr_mask: A bit-mask used to specify which attributes of the QP
3695 * @qp_attr_mask: A bit-mask used to select specific attributes to query.
4216 const u32 mask = 0x000000ff;
4217 return ((rkey + 1) & mask) | (rkey & ~mask);