Home
last modified time | relevance | path

Searched refs:attr_mod (Results 1 – 12 of 12) sorted by relevance

/drivers/infiniband/hw/qib/
Dqib_mad.c183 data.details.ntc_256.attr_mod = smp->attr_mod; in qib_bad_mkey()
268 if (smp->attr_mod) in subn_get_nodedescription()
285 if (smp->attr_mod || pidx >= dd->num_pports || in subn_get_nodeinfo()
316 u32 startgx = 8 * be32_to_cpu(smp->attr_mod); in subn_get_guidinfo()
461 u32 port_num = be32_to_cpu(smp->attr_mod); in subn_get_portinfo()
596 u32 startpx = 32 * (be32_to_cpu(smp->attr_mod) & 0xffff); in subn_get_pkeytable()
621 u32 startgx = 8 * be32_to_cpu(smp->attr_mod); in subn_set_guidinfo()
668 u32 port_num = be32_to_cpu(smp->attr_mod); in subn_set_portinfo()
1040 u32 startpx = 32 * (be32_to_cpu(smp->attr_mod) & 0xffff); in subn_set_pkeytable()
1098 unsigned which = be32_to_cpu(smp->attr_mod) >> 16; in subn_get_vl_arb()
[all …]
Dqib_mad.h102 __be32 attr_mod; member
260 __be32 attr_mod; member
Dqib_iba7322.c5189 smp->attr_mod = 0; in try_7322_ipg()
/drivers/infiniband/hw/ipath/
Dipath_mad.c61 if (smp->attr_mod) in recv_subn_get_nodedescription()
92 if (smp->attr_mod || (dd->ipath_guid == 0)) in recv_subn_get_nodeinfo()
125 u32 startgx = 8 * be32_to_cpu(smp->attr_mod); in recv_subn_get_guidinfo()
246 if (be32_to_cpu(smp->attr_mod) > ibdev->phys_port_cnt) { in recv_subn_get_portinfo()
363 u32 startpx = 32 * (be32_to_cpu(smp->attr_mod) & 0xffff); in recv_subn_get_pkeytable()
433 if (be32_to_cpu(smp->attr_mod) > ibdev->phys_port_cnt) in recv_subn_set_portinfo()
778 u32 startpx = 32 * (be32_to_cpu(smp->attr_mod) & 0xffff); in recv_subn_set_pkeytable()
800 if (pmp->mad_hdr.attr_mod != 0) in recv_pma_get_classportinfo()
841 if (pmp->mad_hdr.attr_mod != 0 || in recv_pma_get_portsamplescontrol()
888 if (pmp->mad_hdr.attr_mod != 0 || in recv_pma_set_portsamplescontrol()
[all …]
/drivers/infiniband/hw/mthca/
Dmthca_provider.c149 in_mad->attr_mod = cpu_to_be32(port); in mthca_query_port()
242 in_mad->attr_mod = cpu_to_be32(index / 32); in mthca_query_pkey()
271 in_mad->attr_mod = cpu_to_be32(port); in mthca_query_gid()
282 in_mad->attr_mod = cpu_to_be32(index / 8); in mthca_query_gid()
/drivers/infiniband/hw/mlx4/
Dmain.c215 in_mad->attr_mod = cpu_to_be32(port); in ib_link_query_port()
267 in_mad->attr_mod = cpu_to_be32(port); in ib_link_query_port()
383 in_mad->attr_mod = cpu_to_be32(port); in __mlx4_ib_query_gid()
405 in_mad->attr_mod = cpu_to_be32(index / 8); in __mlx4_ib_query_gid()
456 in_mad->attr_mod = cpu_to_be32(index / 32); in __mlx4_ib_query_pkey()
Dmcg.c289 mad.mad_hdr.attr_mod = cpu_to_be32(0); in send_leave_to_wire()
330 mad.mad_hdr.attr_mod = cpu_to_be32(0); in send_reply_to_slave()
Dmad.c255 bn = be32_to_cpu(((struct ib_smp *)mad)->attr_mod) & 0xFFFF; in smp_snoop()
289 bn = be32_to_cpu(((struct ib_smp *)mad)->attr_mod); in smp_snoop()
920 in_mad->attr_mod = cpu_to_be32(guid_tbl_blk_num + i); in handle_slaves_guid_change()
/drivers/net/ethernet/mellanox/mlx4/
Dcmd.c644 in_mad->attr_mod = cpu_to_be32(index / 32); in query_pkey_block()
708 index = be32_to_cpu(smp->attr_mod); in mlx4_MAD_IFC_wrapper()
745 smp->attr_mod = cpu_to_be32(slave / 8); in mlx4_MAD_IFC_wrapper()
/drivers/infiniband/hw/ehca/
Dehca_reqs.c135 mad_hdr->attr_mod); in trace_send_wr_ud()
/drivers/infiniband/ulp/srpt/
Dib_srpt.c427 slot = be32_to_cpu(rq_mad->mad_hdr.attr_mod); in srpt_mgmt_method_get()
431 slot = be32_to_cpu(rq_mad->mad_hdr.attr_mod); in srpt_mgmt_method_get()
/drivers/infiniband/core/
Dmad.c184 (mad->mad_hdr.attr_mod & IB_BM_ATTR_MOD_RESP))); in ib_response_mad()