Home
last modified time | relevance | path

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

/freebsd/sys/dev/hifn/
H A Dhifn7751.c1556 if (cmd->sloplen) in hifn_write_command()
1557 dlen = cmd->dst_mapsize - cmd->sloplen + sizeof(u_int32_t); in hifn_write_command()
1684 if (cmd->sloplen == 0) { in hifn_dmamap_load_dst()
1694 if ((dst->segs[i].ds_len - cmd->sloplen) != 0) { in hifn_dmamap_load_dst()
1698 (dst->segs[i].ds_len - cmd->sloplen)); in hifn_dmamap_load_dst()
1817 cmd->sloplen = cmd->src_mapsize & 3; in hifn_crypto()
2023 if (cmd->sloplen) in hifn_crypto()
2627 if (cmd->sloplen != 0) { in hifn_callback()
2628 crypto_copyback(crp, cmd->src_mapsize - cmd->sloplen, in hifn_callback()
2629 cmd->sloplen, &dma->slop[cmd->slopidx]); in hifn_callback()
H A Dhifn7751var.h270 int sloplen, slopidx; member