Home
last modified time | relevance | path

Searched refs:ibn_tx_ps (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c1948 if (net->ibn_tx_ps != NULL) { in kiblnd_net_fini_pools()
1949 tps = net->ibn_tx_ps[i]; in kiblnd_net_fini_pools()
1959 if (net->ibn_tx_ps != NULL) { in kiblnd_net_fini_pools()
1960 cfs_percpt_free(net->ibn_tx_ps); in kiblnd_net_fini_pools()
1961 net->ibn_tx_ps = NULL; in kiblnd_net_fini_pools()
1999 LASSERT(net->ibn_tx_ps == NULL); in kiblnd_net_init_pools()
2041 net->ibn_tx_ps = cfs_percpt_alloc(lnet_cpt_table(), in kiblnd_net_init_pools()
2043 if (net->ibn_tx_ps == NULL) { in kiblnd_net_init_pools()
2051 rc = kiblnd_init_poolset(&net->ibn_tx_ps[cpt]->tps_poolset, in kiblnd_net_init_pools()
2339 kiblnd_fail_poolset(&net->ibn_tx_ps[i]->tps_poolset, in kiblnd_dev_failover()
Do2iblnd.h320 kib_tx_poolset_t **ibn_tx_ps; /* tx pool-set */ member
Do2iblnd_cb.c112 tps = net->ibn_tx_ps[lnet_cpt_of_nid(target)]; in kiblnd_get_idle_tx()