Home
last modified time | relevance | path

Searched refs:sloplen (Results 1 – 2 of 2) sorted by path

/freebsd/sys/dev/hifn/
H A Dhifn7751.c1558 if (cmd->sloplen) in hifn_write_command()
1559 dlen = cmd->dst_mapsize - cmd->sloplen + sizeof(u_int32_t); in hifn_write_command()
1686 if (cmd->sloplen == 0) { in hifn_dmamap_load_dst()
1696 if ((dst->segs[i].ds_len - cmd->sloplen) != 0) { in hifn_dmamap_load_dst()
1700 (dst->segs[i].ds_len - cmd->sloplen)); in hifn_dmamap_load_dst()
1819 cmd->sloplen = cmd->src_mapsize & 3; in hifn_crypto()
2025 if (cmd->sloplen) in hifn_crypto()
2629 if (cmd->sloplen != 0) { in hifn_callback()
2630 crypto_copyback(crp, cmd->src_mapsize - cmd->sloplen, in hifn_callback()
2631 cmd->sloplen, &dma->slop[cmd->slopidx]); in hifn_callback()
H A Dhifn7751var.h270 int sloplen, slopidx; member