Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/ccp/
H A Dccp_hardware.c136 ccp_queue_lsb_entry(struct ccp_queue *qp, unsigned lsb_entry) in ccp_queue_lsb_entry() argument
138 return ((qp->private_lsb * LSB_REGION_LENGTH + lsb_entry)); in ccp_queue_lsb_entry()
146 ccp_queue_lsb_address(struct ccp_queue *qp, unsigned lsb_entry) in ccp_queue_lsb_address() argument
148 return (ccp_queue_lsb_entry(qp, lsb_entry) * LSB_ENTRY_SIZE); in ccp_queue_lsb_address()