Lines Matching defs:flitp
5850 void *flitp;
5863 flitp = wr + 1;
5880 ulpmc = flitp;
5896 cpl = flitp;
5922 flitp = cpl + 1;
5924 (uintptr_t)flitp == (uintptr_t)&eq->desc[eq->sidx])
5925 flitp = (void *)&eq->desc[0];
5927 write_gl_to_txd(txq, m, (caddr_t *)(&flitp), checkwrap);
5961 void *flitp;
5977 flitp = wr + 1;
5988 if (i & 1 && (uintptr_t)flitp == (uintptr_t)&eq->desc[eq->sidx])
5989 flitp = &eq->desc[0];
5990 cpl = flitp;
6011 flitp = cpl + 1;
6013 write_gl_to_txd(txq, m, (caddr_t *)(&flitp), 0);
6041 __be64 *flitp, *wrap;
6055 flitp = (__be64 *)(*to);
6058 usgl = (void *)flitp;
6072 if (checkwrap == 0 || (uintptr_t)(flitp + nflits) <= (uintptr_t)wrap) {
6082 flitp += nflits;
6088 flitp = (void *)(usgl + 1);
6090 if (flitp == wrap)
6091 flitp = (void *)eq->desc;
6092 *flitp++ = get_flit(seg, nsegs - 1, i);
6097 MPASS(((uintptr_t)flitp) & 0xf);
6098 *flitp++ = 0;
6101 MPASS((((uintptr_t)flitp) & 0xf) == 0);
6102 if (__predict_false(flitp == wrap))
6105 *to = (void *)flitp;