Home
last modified time | relevance | path

Searched refs:phys_sge_pairs (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.h121 struct phys_sge_pairs { struct
H A Dt4_crypto.c325 len = (nsegs / 8) * sizeof(struct phys_sge_pairs); in ccr_phys_dsgl_len()
338 struct phys_sge_pairs *sgl; in ccr_write_phys_dsgl()
356 sgl = (struct phys_sge_pairs *)(cpl + 1); in ccr_write_phys_dsgl()
378 MPASS(j + 8 * (sgl - (struct phys_sge_pairs *)(cpl + 1)) == nsegs); in ccr_write_phys_dsgl()