Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptlf.h123 int global_slot; /* Global slot across the blocks */ member
276 otx2_cpt_lf_reset_msg(lfs, lfs->global_slot + slot); in otx2_cptlf_disable_iqueues()
H A Dotx2_cptpf_mbox.c269 cptpf->lfs.global_slot = 0; in handle_msg_rx_inline_ipsec_lf_cfg()
284 cptpf->cpt1_lfs.global_slot = num_lfs; in handle_msg_rx_inline_ipsec_lf_cfg()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.c1331 u16 global_slot, u16 *slot_in_block) in rvu_get_blkaddr_from_slot() argument
1361 if (global_slot >= total_lfs) in rvu_get_blkaddr_from_slot()
1373 if (global_slot < total_lfs) { in rvu_get_blkaddr_from_slot()
1376 *slot_in_block = global_slot - start_slot; in rvu_get_blkaddr_from_slot()
H A Drvu.h849 u16 global_slot, u16 *slot_in_block);