Home
last modified time | relevance | path

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

/dragonfly/sys/dev/crypto/hifn/
H A Dhifn7751.c1599 if (cmd->sloplen) in hifn_write_command()
1600 dlen = cmd->dst_mapsize - cmd->sloplen + sizeof(u_int32_t); in hifn_write_command()
1747 if (cmd->sloplen == 0) { in hifn_dmamap_load_dst()
1757 if ((dst->segs[i].ds_len - cmd->sloplen) != 0) { in hifn_dmamap_load_dst()
1761 (dst->segs[i].ds_len - cmd->sloplen)); in hifn_dmamap_load_dst()
1895 cmd->sloplen = cmd->src_mapsize & 3; in hifn_crypto()
2114 if (cmd->sloplen) in hifn_crypto()
2843 if (cmd->sloplen != 0) { in hifn_callback()
2845 cmd->src_mapsize - cmd->sloplen, cmd->sloplen, in hifn_callback()
H A Dhifn7751var.h277 int sloplen, slopidx; member