Searched refs:buf_lst (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/smc/
H A Dsmc_llc.c564 int *buf_lst)
568 while (*buf_lst < SMC_RMBE_SIZES) {
569 buf_pos = list_first_entry_or_null(&lgr->rmbs[*buf_lst],
573 (*buf_lst)++;
580 int *buf_lst,
586 return _smc_llc_get_next_rmb(lgr, buf_lst);
588 if (list_is_last(&buf_pos->list, &lgr->rmbs[*buf_lst])) {
589 (*buf_lst)++;
590 return _smc_llc_get_next_rmb(lgr, buf_lst);
597 int *buf_lst)
563 _smc_llc_get_next_rmb(struct smc_link_group *lgr, int *buf_lst) argument
579 smc_llc_get_next_rmb(struct smc_link_group *lgr, int *buf_lst, struct smc_buf_desc *buf_pos) argument
596 smc_llc_get_first_rmb(struct smc_link_group *lgr, int *buf_lst) argument
611 int buf_lst; local
832 smc_llc_add_link_cont(struct smc_link *link, struct smc_link *link_new, u8 *num_rkeys_todo, int *buf_lst, struct smc_buf_desc **buf_pos) argument
895 int buf_lst; local
1327 int buf_lst; local
[all...]

Completed in 92 milliseconds