Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c2081 if (net->ibn_tx_ps != NULL) { in kiblnd_net_fini_pools()
2082 tps = net->ibn_tx_ps[i]; in kiblnd_net_fini_pools()
2097 if (net->ibn_tx_ps != NULL) { in kiblnd_net_fini_pools()
2098 cfs_percpt_free(net->ibn_tx_ps); in kiblnd_net_fini_pools()
2099 net->ibn_tx_ps = NULL; in kiblnd_net_fini_pools()
2141 LASSERT(net->ibn_tx_ps == NULL); in kiblnd_net_init_pools()
2211 net->ibn_tx_ps = cfs_percpt_alloc(lnet_cpt_table(), in kiblnd_net_init_pools()
2213 if (net->ibn_tx_ps == NULL) { in kiblnd_net_init_pools()
2221 rc = kiblnd_init_poolset(&net->ibn_tx_ps[cpt]->tps_poolset, in kiblnd_net_init_pools()
2567 kiblnd_fail_poolset(&net->ibn_tx_ps[i]->tps_poolset, in kiblnd_dev_failover()
Do2iblnd.h340 kib_tx_poolset_t **ibn_tx_ps; /* tx pool-set */ member
Do2iblnd_cb.c110 tps = net->ibn_tx_ps[lnet_cpt_of_nid(target)]; in kiblnd_get_idle_tx()