android_kernel_xiaomi_sm7250/drivers/infiniband/ulp/iser
Roland Dreier 41179e2de6 IB/iser: Make a couple of functions static
Make iser_conn_release() and iser_start_rdma_unaligned_sg() static,
since they are only used in the .c file where they are defined.  In
addition to being a cleanup, this even shrinks the generated code by
allowing the single call of iser_start_rdma_unaligned_sg() to be
inlined into its callsite.  On x86_64:

add/remove: 0/1 grow/shrink: 1/0 up/down: 466/-533 (-67)
function                                     old     new   delta
iser_reg_rdma_mem                           1518    1984    +466
iser_start_rdma_unaligned_sg                 533       -    -533

Signed-off-by: Roland Dreier <rolandd@cisco.com>
2007-07-17 18:37:42 -07:00
..
iscsi_iser.c [SCSI] iscsi_iser: convert to use the data buffer accessors 2007-06-18 19:48:43 -05:00
iscsi_iser.h IB/iser: Make a couple of functions static 2007-07-17 18:37:42 -07:00
iser_initiator.c [SCSI] iscsi_iser: convert to use the data buffer accessors 2007-06-18 19:48:43 -05:00
iser_memory.c IB/iser: Make a couple of functions static 2007-07-17 18:37:42 -07:00
iser_verbs.c IB/iser: Make a couple of functions static 2007-07-17 18:37:42 -07:00
Kconfig IB: Use menuconfig for InfiniBand menu 2007-07-09 20:12:26 -07:00
Makefile IB/iser: iSER Kconfig and Makefile 2006-06-22 07:51:14 -07:00