Searched refs:entry_sz (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/af/ |
D | common.h | 42 u16 entry_sz; member 48 int qsize, int entry_sz) in qmem_alloc() argument 61 qmem->entry_sz = entry_sz; in qmem_alloc() 62 qmem->alloc_sz = (qsize * entry_sz) + OTX2_ALIGN; in qmem_alloc()
|
D | rvu_npa.c | 29 memcpy((void *)(aq->inst->base + (head * aq->inst->entry_sz)), in npa_aq_enqueue_wait() 30 (void *)inst, aq->inst->entry_sz); in npa_aq_enqueue_wait() 100 memset(aq->res->base, 0, aq->res->entry_sz); in rvu_npa_aq_enq_inst() 127 (req->aura.pool_addr * pfvf->pool_ctx->entry_sz); in rvu_npa_aq_enq_inst()
|
D | rvu_nix.c | 800 memcpy((void *)(aq->inst->base + (head * aq->inst->entry_sz)), in nix_aq_enqueue_wait() 801 (void *)inst, aq->inst->entry_sz); in nix_aq_enqueue_wait() 931 memset(aq->res->base, 0, aq->res->entry_sz); in rvu_nix_blk_aq_enq_inst()
|
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/ |
D | nfp_shared_buf.c | 81 unsigned int i, num_entries, entry_sz; in nfp_shared_buf_register() local 100 entry_sz = nfp_cpp_area_size(sb_desc_area) / num_entries; in nfp_shared_buf_register() 113 memcpy_fromio(sb, sb_desc + i * entry_sz, sizeof(*sb)); in nfp_shared_buf_register()
|
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/bpf/ |
D | cmsg.c | 432 unsigned int mtu, req_max, reply_max, entry_sz; in nfp_bpf_ctrl_cmsg_cache_cnt() local 435 entry_sz = bpf->cmsg_key_sz + bpf->cmsg_val_sz; in nfp_bpf_ctrl_cmsg_cache_cnt() 436 req_max = (mtu - sizeof(struct cmsg_req_map_op)) / entry_sz; in nfp_bpf_ctrl_cmsg_cache_cnt() 437 reply_max = (mtu - sizeof(struct cmsg_reply_map_op)) / entry_sz; in nfp_bpf_ctrl_cmsg_cache_cnt()
|
/Linux-v6.1/drivers/net/wireless/ath/ath11k/ |
D | dp.c | 224 int entry_sz = ath11k_hal_srng_get_entrysize(ab, type); in ath11k_dp_srng_setup() local 229 if (max_entries < 0 || entry_sz < 0) in ath11k_dp_srng_setup() 235 ring->size = (num_entries * entry_sz) + HAL_RING_BASE_ALIGN - 1; in ath11k_dp_srng_setup() 687 u32 entry_sz, align_bytes, n_entries; in ath11k_dp_link_desc_setup() local 719 entry_sz = ath11k_hal_srng_get_entrysize(ab, ring_type); in ath11k_dp_link_desc_setup() 720 tot_mem_sz = entry_sz * n_link_desc; in ath11k_dp_link_desc_setup()
|
/Linux-v6.1/fs/erofs/ |
D | xattr.c | 207 unsigned int entry_sz = erofs_xattr_entry_size(&entry); in xattr_foreach() local 210 if (*tlimit < entry_sz) { in xattr_foreach() 214 *tlimit -= entry_sz; in xattr_foreach()
|
/Linux-v6.1/drivers/scsi/mpi3mr/ |
D | mpi3mr_app.c | 180 u16 num_entries, sz, entry_sz = mrioc->logdata_entry_sz; in mpi3mr_get_logdata() local 182 if ((!mrioc->logdata_buf) || (job->request_payload.payload_len < entry_sz)) in mpi3mr_get_logdata() 185 num_entries = job->request_payload.payload_len / entry_sz; in mpi3mr_get_logdata() 188 sz = num_entries * entry_sz; in mpi3mr_get_logdata()
|
/Linux-v6.1/drivers/net/ethernet/intel/ice/ |
D | ice_flow.h | 357 u16 entry_sz; member
|
/Linux-v6.1/tools/perf/util/ |
D | s390-cpumsf.c | 420 static bool s390_cpumsf_reached_trailer(size_t entry_sz, size_t pos) in s390_cpumsf_reached_trailer() argument 424 if (payload - (pos & (S390_CPUMSF_PAGESZ - 1)) < entry_sz) in s390_cpumsf_reached_trailer()
|
/Linux-v6.1/drivers/scsi/lpfc/ |
D | lpfc_init.c | 7748 int rc, entry_sz; in lpfc_sli_driver_resource_setup() local 7782 entry_sz = sizeof(struct sli4_sge); in lpfc_sli_driver_resource_setup() 7784 entry_sz = sizeof(struct ulp_bde64); in lpfc_sli_driver_resource_setup() 7799 (LPFC_MAX_SG_SEG_CNT * entry_sz); in lpfc_sli_driver_resource_setup() 7814 ((phba->cfg_sg_seg_cnt + 2) * entry_sz); in lpfc_sli_driver_resource_setup()
|