Home
last modified time | relevance | path

Searched refs:flitp (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/ofed/libcxgb4/
HDqp.c138 __be64 *flitp = (__be64 *)isglp->sge; in build_isgl() local
144 *flitp++ = htobe64(((u64)sg_list[i].lkey << 32) | in build_isgl()
146 *flitp++ = htobe64(sg_list[i].addr); in build_isgl()
148 *flitp = 0; in build_isgl()
/freebsd-14-stable/sys/dev/cxgbe/
HDt4_sge.c5852 void *flitp; in write_txpkts_wr() local
5865 flitp = wr + 1; in write_txpkts_wr()
5882 ulpmc = flitp; in write_txpkts_wr()
5898 cpl = flitp; in write_txpkts_wr()
5924 flitp = cpl + 1; in write_txpkts_wr()
5926 (uintptr_t)flitp == (uintptr_t)&eq->desc[eq->sidx]) in write_txpkts_wr()
5927 flitp = (void *)&eq->desc[0]; in write_txpkts_wr()
5929 write_gl_to_txd(txq, m, (caddr_t *)(&flitp), checkwrap); in write_txpkts_wr()
5963 void *flitp; in write_txpkts_vm_wr() local
5979 flitp = wr + 1; in write_txpkts_vm_wr()
[all …]
/freebsd-14-stable/sys/dev/cxgbe/crypto/
HDt6_kern_tls.c1048 __be64 *flitp; in write_gl_to_buf() local
1059 flitp = (__be64 *)to; in write_gl_to_buf()
1061 usgl = (void *)flitp; in write_gl_to_buf()
1075 flitp += nflits; in write_gl_to_buf()
1078 MPASS(((uintptr_t)flitp) & 0xf); in write_gl_to_buf()
1079 *flitp++ = 0; in write_gl_to_buf()
1082 MPASS((((uintptr_t)flitp) & 0xf) == 0); in write_gl_to_buf()
/freebsd-14-stable/sys/dev/cxgbe/iw_cxgbe/
HDqp.c384 __be64 *flitp = (__be64 *)isglp->sge; in build_isgl() local
390 *flitp = cpu_to_be64(((u64)sg_list[i].lkey << 32) | in build_isgl()
392 if (++flitp == queue_end) in build_isgl()
393 flitp = queue_start; in build_isgl()
394 *flitp = cpu_to_be64(sg_list[i].addr); in build_isgl()
395 if (++flitp == queue_end) in build_isgl()
396 flitp = queue_start; in build_isgl()
398 *flitp = (__force __be64)0; in build_isgl()