Searched refs:phys_port_cnt (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dsmi.h55 int port_num, int phys_port_cnt);
H A Dsmi.c128 int port_num, int phys_port_cnt)
148 return (smp->initial_path[hop_ptr+1] <= phys_port_cnt ?
182 return (smp->return_path[hop_ptr-1] <= phys_port_cnt ?
127 smi_handle_dr_smp_recv(struct ib_smp *smp, u8 node_type, int port_num, int phys_port_cnt) argument
H A Dcache.c69 0 : device->phys_port_cnt;
H A Dmulticast.c779 dev = kmalloc(sizeof *dev + device->phys_port_cnt * sizeof *port,
788 dev->end_port = device->phys_port_cnt;
H A Dnotice.c672 dev = kmalloc(sizeof *dev + device->phys_port_cnt * sizeof *port,
681 dev->end_port = device->phys_port_cnt;
H A Ddevice.c166 0 : device->phys_port_cnt;
H A Dmad.c1915 port_priv->device->phys_port_cnt) ==
2944 end = device->phys_port_cnt;
2990 num_ports = device->phys_port_cnt;
H A Dsysfs.c824 for (i = 1; i <= device->phys_port_cnt; ++i) {
H A Dlocal_sa.c1191 e = device->phys_port_cnt;
H A Dsa_query.c1328 e = device->phys_port_cnt;
H A Duser_mad.c1126 e = device->phys_port_cnt;
/freebsd-9.3-release/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c235 printf("\tphys_port_cnt:\t\t\t%d\n", device_attr.phys_port_cnt);
280 for (port = 1; port <= device_attr.phys_port_cnt; ++port) {
/freebsd-9.3-release/sys/ofed/drivers/infiniband/util/
H A Dmadeye.c528 e = device->phys_port_cnt;
570 e = device->phys_port_cnt;
/freebsd-9.3-release/sys/contrib/rdma/
H A Dib_user_verbs.h182 __u8 phys_port_cnt; member in struct:ib_uverbs_query_device_resp
H A Drdma_cache.c89 0 : device->phys_port_cnt;
H A Drdma_device.c170 0 : device->phys_port_cnt;
H A Dib_verbs.h1065 u8 phys_port_cnt; member in struct:ib_device
/freebsd-9.3-release/contrib/ofed/libibverbs/include/infiniband/
H A Dverbs.h145 uint8_t phys_port_cnt; member in struct:ibv_device_attr
H A Dkern-abi.h200 __u8 phys_port_cnt; member in struct:ibv_query_device_resp
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_user_verbs.h185 __u8 phys_port_cnt; member in struct:ib_uverbs_query_device_resp
H A Dib_verbs.h1235 u8 phys_port_cnt; member in struct:ib_device
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c148 props->max_raw_ethy_qp = dev->ib_dev.phys_port_cnt;
1311 ibdev->ib_dev.phys_port_cnt = ibdev->num_ports;
/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dcmd.c160 device_attr->phys_port_cnt = resp.phys_port_cnt;
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c1085 dev->ibdev.phys_port_cnt = sc->params.nports;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1045 e = device->phys_port_cnt;

Completed in 326 milliseconds

12