linux/drivers/infiniband/hw/nes
Ira Weiny 7738613e7c IB/core: Add per port immutable struct to ib_device
As of commit 5eb620c81c "IB/core: Add helpers for uncached GID and P_Key
searches"; pkey_tbl_len and gid_tbl_len are immutable data which are stored in
the ib_device.

The per port core capability flags to be added later are also immutable data to
be stored in the ib_device object.

In preparation for this create a structure for per port immutable data and
place the pkey and gid table lengths within this structure.

"get_port_immutable" is added as a mandatory device function to allow the
drivers to fill in this data.

Signed-off-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2015-05-20 12:38:13 -04:00
..
Kconfig RDMA/nes: Update copyright and branding string 2009-12-09 15:21:56 -08:00
Makefile RDMA/nes: Support for Packed And Unaligned fpdus 2011-10-10 10:54:47 -07:00
nes_cm.c RDMA/nes: Report the actual address of the remote connecting peer 2015-05-05 09:18:01 -04:00
nes_cm.h RDMA/nes: Add support for iWARP Port Mapper user space service 2014-06-10 10:12:06 -07:00
nes_context.h RDMA/nes: Copyright update 2012-01-30 16:18:07 -08:00
nes_hw.c infiniband: use pci_zalloc_consistent 2014-08-08 15:57:28 -07:00
nes_hw.h RDMA/nes: Copyright update 2012-01-30 16:18:07 -08:00
nes_mgt.c RDMA/nes: Use WARN() 2012-11-22 00:49:15 -08:00
nes_mgt.h RDMA/nes: Copyright update 2012-01-30 16:18:07 -08:00
nes_nic.c net: rename vlan_tx_* helpers since "tx" is misleading there 2015-01-13 17:51:08 -05:00
nes_user.h RDMA/nes: Fix for passing a valid QP pointer to the user space library 2014-03-17 10:04:16 -07:00
nes_utils.c RDMA/nes: Print hardware resource type 2012-09-30 20:34:55 -07:00
nes_verbs.c IB/core: Add per port immutable struct to ib_device 2015-05-20 12:38:13 -04:00
nes_verbs.h RDMA/nes: Fix for passing a valid QP pointer to the user space library 2014-03-17 10:04:16 -07:00
nes.c RDMA/nes: Report the actual address of the remote connecting peer 2015-05-05 09:18:01 -04:00
nes.h RDMA/nes: Add support for iWARP Port Mapper user space service 2014-06-10 10:12:06 -07:00