Home
last modified time | relevance | path

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

/linux/drivers/crypto/ccree/
A Dcc_hash.h50 u32 buff_index; member
61 return &state->buf_cnt[state->buff_index]; in cc_hash_buf_cnt()
66 return state->buffers[state->buff_index]; in cc_hash_buf()
71 return &state->buf_cnt[state->buff_index ^ 1]; in cc_next_buf_cnt()
76 return state->buffers[state->buff_index ^ 1]; in cc_next_buf()
A Dcc_buffer_mgr.c1146 curr_buff, *curr_buff_cnt, nbytes, src, areq_ctx->buff_index); in cc_map_hash_request_final()
1195 areq_ctx->buff_index = (areq_ctx->buff_index ^ 1); in cc_map_hash_request_final()
1230 curr_buff, *curr_buff_cnt, nbytes, src, areq_ctx->buff_index); in cc_map_hash_request_update()
1307 areq_ctx->buff_index = (areq_ctx->buff_index ^ swap_index); in cc_map_hash_request_update()
1358 areq_ctx->buff_index ^= 1; in cc_unmap_hash_request()
/linux/drivers/net/ethernet/agere/
A Det131x.c2127 u16 buff_index = rfd->bufferindex; in nic_return_rfd() local
2135 if (buff_index < fbr->num_entries) { in nic_return_rfd()
2152 next->addr_hi = fbr->bus_high[buff_index]; in nic_return_rfd()
2153 next->addr_lo = fbr->bus_low[buff_index]; in nic_return_rfd()
2154 next->word2 = buff_index; in nic_return_rfd()
2191 u16 buff_index; in nic_rx_pkts() local
2219 buff_index = (psr->word1 >> 16) & 0x3FF; in nic_rx_pkts()
2233 if (ring_index > 1 || buff_index > fbr->num_entries - 1) { in nic_rx_pkts()
2237 rx_local->local_psr_full & 0xFFF, len, buff_index); in nic_rx_pkts()
2257 rfd->bufferindex = buff_index; in nic_rx_pkts()
[all …]

Completed in 12 milliseconds