Searched refs:wrindx (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_wr.c | 790 uint_t currindx, wrindx, numremain; in hermon_post_send() local 877 wrindx = 0; in hermon_post_send() 880 while ((wrindx < num_wr) && (status == DDI_SUCCESS)) { in hermon_post_send() 896 for (currindx = 0; currindx < chainlen; currindx++, wrindx++) { in hermon_post_send() 934 &wr[wrindx], desc, &desc_sz); in hermon_post_send() 943 curr_wr = &wr[wrindx]; in hermon_post_send() 1118 uint_t wrindx; in hermon_post_recv() local 1172 wrindx = 0; in hermon_post_recv() 1175 for (wrindx = 0; wrindx < num_wr; wrindx++) { in hermon_post_recv() 1185 status = hermon_wqe_recv_build(state, qp, &wr[wrindx], desc); in hermon_post_recv() [all …]
|
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_wr.c | 107 uint_t currindx, wrindx, numremain; in tavor_post_send() local 165 wrindx = 0; in tavor_post_send() 168 while ((wrindx < num_wr) && (status == DDI_SUCCESS)) { in tavor_post_send() 190 chainbegin = wrindx; in tavor_post_send() 191 for (currindx = 0; currindx < chainlen; currindx++, wrindx++) { in tavor_post_send() 229 &wr[wrindx], desc, &desc_sz); in tavor_post_send() 245 (wr[wrindx].wr_flags & IBT_WR_SEND_SIGNAL)) { in tavor_post_send() 251 wr[wrindx].wr_id, wqeaddrsz, signaled_dbd); in tavor_post_send() 265 tavor_wqe_mlx_linknext(&wr[wrindx - 1], in tavor_post_send() 268 tavor_wqe_send_linknext(&wr[wrindx], in tavor_post_send() [all …]
|