Searched defs:src_ip_p (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_ib_cma.c1238 if (src_ip_p) \
1239 kmem_free(src_ip_p, sizeof (ibt_path_ip_src_t) \
1244 uint8_t num_paths, ibt_path_ip_src_t *src_ip_p)
1265 if (ibchanp->chan_devp == NULL && src_ip_p) {
1266 ipaddr2sockaddr(&(src_ip_p[0].ip_primary),
1268 bcopy(&(src_ip_p[0].ip_primary), &ibchanp->chan_local_addr,
1243 ibcma_path_hdlr(void *arg, ibt_status_t retval, ibt_path_info_t *pathp, uint8_t num_paths, ibt_path_ip_src_t *src_ip_p) argument
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c3011 ibt_path_ip_src_t *src_ip_p; member in struct:ibcm_ip_path_tqargs_s
3091 if ((p_arg->src_ip_p != NULL) && (rec_found != 0)) {
3098 &p_arg->src_ip_p[i].ip_primary,
3108 &p_arg->src_ip_p[i].
3750 ibt_ip_addr_t src_ip_p; local
3772 &dgid1, &src_ip_p);
3789 bcopy(&src_ip_p, &sl->p_src_ip, sizeof (ibt_ip_addr_t));
3860 if (p_arg->src_ip_p == NULL)
3861 p_arg->src_ip_p = kmem_zalloc(
3952 bcopy(p_arg->src_ip_p, tmp_src_ip_
4114 ibcm_get_ip_path(ibt_clnt_hdl_t ibt_hdl, ibt_path_flags_t flags, ibt_ip_path_attr_t *attrp, ibt_path_info_t *paths, uint8_t *num_path_p, ibt_path_ip_src_t *src_ip_p, ibt_ip_path_handler_t func, void *arg) argument
4221 ibt_get_ip_paths(ibt_clnt_hdl_t ibt_hdl, ibt_path_flags_t flags, ibt_ip_path_attr_t *attrp, ibt_path_info_t *paths, uint8_t *num_paths_p, ibt_path_ip_src_t *src_ip_p) argument
[all...]

Completed in 71 milliseconds