/drivers/staging/lustre/include/linux/lnet/ |
D | api.h | 99 int LNetMEAttach(unsigned int portal, 209 int LNetSetLazyPortal(int portal); 210 int LNetClearLazyPortal(int portal);
|
/drivers/staging/lustre/lnet/lnet/ |
D | lib-ptl.c | 868 LNetSetLazyPortal(int portal) in LNetSetLazyPortal() argument 872 if (portal < 0 || portal >= the_lnet.ln_nportals) in LNetSetLazyPortal() 875 CDEBUG(D_NET, "Setting portal %d lazy\n", portal); in LNetSetLazyPortal() 876 ptl = the_lnet.ln_portals[portal]; in LNetSetLazyPortal() 900 LNetClearLazyPortal(int portal) in LNetClearLazyPortal() argument 905 if (portal < 0 || portal >= the_lnet.ln_nportals) in LNetClearLazyPortal() 908 ptl = the_lnet.ln_portals[portal]; in LNetClearLazyPortal() 920 CWARN("Active lazy portal %d on exit\n", portal); in LNetClearLazyPortal() 922 CDEBUG(D_NET, "clearing portal %d lazy\n", portal); in LNetClearLazyPortal()
|
D | lib-me.c | 76 LNetMEAttach(unsigned int portal, in LNetMEAttach() argument 89 if ((int)portal >= the_lnet.ln_nportals) in LNetMEAttach() 92 mtable = lnet_mt_of_attach(portal, match_id, in LNetMEAttach() 103 me->me_portal = portal; in LNetMEAttach()
|
D | lib-move.c | 2063 lnet_process_id_t target, unsigned int portal, in LNetPut() argument 2096 match_bits, portal, libcfs_id2str(target), in LNetPut() 2114 msg->msg_hdr.msg.put.ptl_index = cpu_to_le32(portal); in LNetPut() 2264 lnet_process_id_t target, unsigned int portal, in LNetGet() argument 2295 match_bits, portal, libcfs_id2str(target), in LNetGet() 2314 msg->msg_hdr.msg.get.ptl_index = cpu_to_le32(portal); in LNetGet()
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | niobuf.c | 52 struct ptlrpc_connection *conn, int portal, __u64 xid, in ptl_send_buf() argument 58 LASSERT(portal != 0); in ptl_send_buf() 83 len, portal, xid, offset); in ptl_send_buf() 86 conn->c_peer, portal, xid, offset, 0); in ptl_send_buf() 93 libcfs_id2str(conn->c_peer), portal, xid, rc); in ptl_send_buf()
|
D | ptlrpc_internal.h | 57 unsigned type, unsigned portal);
|
D | import.c | 1624 int import_at_get_index(struct obd_import *imp, int portal) in import_at_get_index() argument 1630 if (at->iat_portal[i] == portal) in import_at_get_index() 1642 if (at->iat_portal[i] == portal) in import_at_get_index() 1652 at->iat_portal[i] = portal; in import_at_get_index()
|
D | client.c | 101 unsigned type, unsigned portal) in ptlrpc_new_bulk() argument 114 desc->bd_portal = portal; in ptlrpc_new_bulk() 136 unsigned type, unsigned portal) in ptlrpc_prep_bulk_imp() argument 142 desc = ptlrpc_new_bulk(npages, max_brw, type, portal); in ptlrpc_prep_bulk_imp()
|
/drivers/staging/lustre/lnet/selftest/ |
D | rpc.c | 355 srpc_post_passive_rdma(int portal, int local, __u64 matchbits, void *buf, in srpc_post_passive_rdma() argument 363 rc = LNetMEAttach(portal, peer, matchbits, 0, LNET_UNLINK, in srpc_post_passive_rdma() 390 libcfs_id2str(peer), portal, matchbits); in srpc_post_passive_rdma() 395 srpc_post_active_rdma(int portal, __u64 matchbits, void *buf, int len, in srpc_post_active_rdma() argument 421 portal, matchbits, 0, 0); in srpc_post_active_rdma() 425 rc = LNetGet(self, *mdh, peer, portal, matchbits, 0); in srpc_post_active_rdma() 431 libcfs_id2str(peer), portal, matchbits, rc); in srpc_post_active_rdma() 441 libcfs_id2str(peer), portal, matchbits); in srpc_post_active_rdma()
|
/drivers/staging/lustre/lustre/include/ |
D | lustre_import.h | 370 int import_at_get_index(struct obd_import *imp, int portal);
|
D | lustre_net.h | 2413 unsigned type, unsigned portal);
|
/drivers/scsi/ |
D | Kconfig | 818 and <http://www-947.ibm.com/support/entry/portal/docdisplay?brand=5000008&lndocid=SERV-RAID>
|