/Linux-v6.6/virt/lib/ |
D | irqbypass.c | 30 static int __connect(struct irq_bypass_producer *prod, in __connect() argument 35 if (prod->stop) in __connect() 36 prod->stop(prod); in __connect() 40 if (prod->add_consumer) in __connect() 41 ret = prod->add_consumer(prod, cons); in __connect() 44 ret = cons->add_producer(cons, prod); in __connect() 45 if (ret && prod->del_consumer) in __connect() 46 prod->del_consumer(prod, cons); in __connect() 51 if (prod->start) in __connect() 52 prod->start(prod); in __connect() [all …]
|
/Linux-v6.6/drivers/infiniband/sw/rxe/ |
D | rxe_queue.h | 103 u32 prod; in queue_get_producer() local 108 prod = smp_load_acquire(&q->buf->producer_index); in queue_get_producer() 112 prod = q->index; in queue_get_producer() 116 prod = q->buf->producer_index; in queue_get_producer() 120 prod = smp_load_acquire(&q->buf->producer_index); in queue_get_producer() 124 return prod; in queue_get_producer() 156 u32 prod = queue_get_producer(q, type); in queue_empty() local 159 return ((prod - cons) & q->index_mask) == 0; in queue_empty() 164 u32 prod = queue_get_producer(q, type); in queue_full() local 167 return ((prod + 1 - cons) & q->index_mask) == 0; in queue_full() [all …]
|
/Linux-v6.6/drivers/media/dvb-frontends/ |
D | lgs8gxx.c | 47 if (priv->config->prod != LGS8GXX_PROD_LGS8G75 && reg >= 0xC0) in lgs8gxx_write_reg() 75 if (priv->config->prod != LGS8GXX_PROD_LGS8G75 && reg >= 0xC0) in lgs8gxx_read_reg() 133 (config->prod == LGS8GXX_PROD_LGS8G52)) { in lgs8gxx_set_ad_mode() 163 if (priv->config->prod == LGS8GXX_PROD_LGS8G75) { in lgs8gxx_set_if_freq() 185 if (priv->config->prod == LGS8GXX_PROD_LGS8G75) in lgs8gxx_get_afc_phase() 207 u8 prod = priv->config->prod; in lgs8gxx_set_mode_auto() local 209 if (prod == LGS8GXX_PROD_LGS8913) in lgs8gxx_set_mode_auto() 212 if (prod == LGS8GXX_PROD_LGS8G75) { in lgs8gxx_set_mode_auto() 218 } else if (prod == LGS8GXX_PROD_LGS8913 || in lgs8gxx_set_mode_auto() 219 prod == LGS8GXX_PROD_LGS8GL5 || in lgs8gxx_set_mode_auto() [all …]
|
/Linux-v6.6/drivers/xen/xenbus/ |
D | xenbus_comms.c | 66 static int check_indexes(XENSTORE_RING_IDX cons, XENSTORE_RING_IDX prod) in check_indexes() argument 68 return ((prod - cons) <= XENSTORE_RING_SIZE); in check_indexes() 72 XENSTORE_RING_IDX prod, in get_output_chunk() argument 75 *len = XENSTORE_RING_SIZE - MASK_XENSTORE_IDX(prod); in get_output_chunk() 76 if ((XENSTORE_RING_SIZE - (prod - cons)) < *len) in get_output_chunk() 77 *len = XENSTORE_RING_SIZE - (prod - cons); in get_output_chunk() 78 return buf + MASK_XENSTORE_IDX(prod); in get_output_chunk() 82 XENSTORE_RING_IDX prod, in get_input_chunk() argument 86 if ((prod - cons) < *len) in get_input_chunk() 87 *len = prod - cons; in get_input_chunk() [all …]
|
/Linux-v6.6/drivers/zorro/ |
D | names.c | 21 __u16 prod; member 41 #define PRODUCT( manuf, prod, name ) static char __prodstr_##manuf##prod[] __initdata = name; argument 47 #define PRODUCT( manuf, prod, name ) { 0x##prod, 0, __prodstr_##manuf##prod }, argument 53 #define PRODUCT( manuf, prod, name ) argument 79 if (prod_p->prod == in zorro_name_device()
|
/Linux-v6.6/drivers/net/can/softing/ |
D | softing_cs.c | 30 .manf = 0x0168, .prod = 0x001, 42 .manf = 0x0168, .prod = 0x002, 54 .manf = 0x0168, .prod = 0x004, 66 .manf = 0x0168, .prod = 0x005, 78 .manf = 0x0168, .prod = 0x081, 90 .manf = 0x0168, .prod = 0x084, 102 .manf = 0x0168, .prod = 0x085, 114 .manf = 0x0168, .prod = 0x102, 126 .manf = 0x0168, .prod = 0x105, 151 *softingcs_find_platform_data(unsigned int manf, unsigned int prod) in softingcs_find_platform_data() argument [all …]
|
/Linux-v6.6/tools/testing/selftests/bpf/ |
D | xsk.h | 118 static inline __u32 xsk_ring_prod__reserve(struct xsk_ring_prod *prod, __u32 nb, __u32 *idx) in xsk_ring_prod__reserve() argument 120 if (xsk_prod_nb_free(prod, nb) < nb) in xsk_ring_prod__reserve() 123 *idx = prod->cached_prod; in xsk_ring_prod__reserve() 124 prod->cached_prod += nb; in xsk_ring_prod__reserve() 129 static inline void xsk_ring_prod__submit(struct xsk_ring_prod *prod, __u32 nb) in xsk_ring_prod__submit() argument 134 __atomic_store_n(prod->producer, *prod->producer + nb, __ATOMIC_RELEASE); in xsk_ring_prod__submit() 137 static inline void xsk_ring_prod__cancel(struct xsk_ring_prod *prod, __u32 nb) in xsk_ring_prod__cancel() argument 139 prod->cached_prod -= nb; in xsk_ring_prod__cancel()
|
/Linux-v6.6/fs/xfs/ |
D | xfs_rtalloc.c | 231 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_block() argument 309 if (prod > 1) { in xfs_rtallocate_extent_block() 310 div_u64_rem(bestlen, prod, &p); in xfs_rtallocate_extent_block() 350 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_exact() argument 358 ASSERT(minlen % prod == 0 && maxlen % prod == 0); in xfs_rtallocate_extent_exact() 392 if (prod > 1 && (i = maxlen % prod)) { in xfs_rtallocate_extent_exact() 429 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_near() argument 441 ASSERT(minlen % prod == 0 && maxlen % prod == 0); in xfs_rtallocate_extent_near() 460 rbpp, rsb, prod, &r); in xfs_rtallocate_extent_near() 503 rsb, prod, &r); in xfs_rtallocate_extent_near() [all …]
|
/Linux-v6.6/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_xdp.c | 35 u16 prod; in bnxt_xmit_bd() local 44 prod = txr->tx_prod; in bnxt_xmit_bd() 45 tx_buf = &txr->tx_buf_ring[prod]; in bnxt_xmit_bd() 50 txbd = &txr->tx_desc_ring[TX_RING(prod)][TX_IDX(prod)]; in bnxt_xmit_bd() 55 txbd->tx_bd_opaque = prod; in bnxt_xmit_bd() 66 prod = NEXT_TX(prod); in bnxt_xmit_bd() 67 WRITE_ONCE(txr->tx_prod, prod); in bnxt_xmit_bd() 70 frag_tx_buf = &txr->tx_buf_ring[prod]; in bnxt_xmit_bd() 73 txbd = &txr->tx_desc_ring[TX_RING(prod)][TX_IDX(prod)]; in bnxt_xmit_bd() 96 prod = NEXT_TX(prod); in bnxt_xmit_bd() [all …]
|
/Linux-v6.6/net/smc/ |
D | smc_cdc.h | 46 union smc_cdc_cursor prod; member 72 union smcd_cdc_cursor prod; member 216 smc_host_cursor_to_cdc(&peer->prod, &local->prod, save, conn); in smc_host_msg_to_cdc() 249 smc_cdc_cursor_to_host(&local->prod, &peer->prod, conn); in smcr_cdc_msg_to_host() 261 temp.wrap = peer->prod.wrap; in smcd_cdc_msg_to_host() 262 temp.count = peer->prod.count; in smcd_cdc_msg_to_host() 263 smc_curs_copy(&local->prod, &temp, conn); in smcd_cdc_msg_to_host()
|
D | smc_tx.c | 341 union smc_host_cursor *prod, in smc_tx_advance_cursors() argument 345 smc_curs_add(conn->peer_rmbe_size, prod, len); in smc_tx_advance_cursors() 467 union smc_host_cursor sent, prep, prod, cons; in smc_tx_rdma_writes() local 489 smc_curs_copy(&prod, &conn->local_tx_ctrl.prod, conn); in smc_tx_rdma_writes() 499 dst_off = prod.count; in smc_tx_rdma_writes() 500 if (prod.wrap == cons.wrap) { in smc_tx_rdma_writes() 507 conn->peer_rmbe_size - prod.count, len); in smc_tx_rdma_writes() 535 smc_tx_advance_cursors(conn, &prod, &sent, len); in smc_tx_rdma_writes() 537 smc_curs_copy(&conn->local_tx_ctrl.prod, &prod, conn); in smc_tx_rdma_writes() 722 union smc_host_cursor cfed, cons, prod; in smc_tx_consumer_update() local [all …]
|
D | smc_cdc.c | 105 pend->p_cursor = conn->local_tx_ctrl.prod; in smc_cdc_add_pending_send() 246 curs.acurs.counter = atomic64_read(&conn->local_tx_ctrl.prod.acurs); in smcd_cdc_msg_send() 247 cdc.prod.wrap = curs.wrap; in smcd_cdc_msg_send() 248 cdc.prod.count = curs.count; in smcd_cdc_msg_send() 287 smc_curs_copy(&conn->urg_curs, &conn->local_rx_ctrl.prod, conn); in smc_cdc_handle_urg_data_arrival() 329 smc_curs_copy(&prod_old, &conn->local_rx_ctrl.prod, conn); in smc_cdc_msg_recv_action() 346 &conn->local_rx_ctrl.prod); in smc_cdc_msg_recv_action() 422 smcd_curs_copy(&cdc.prod, &data_cdc->prod, conn); in smcd_cdc_rx_tsklet()
|
/Linux-v6.6/drivers/iommu/arm/arm-smmu-v3/ |
D | arm-smmu-v3.c | 106 u32 space, prod, cons; in queue_has_space() local 108 prod = Q_IDX(q, q->prod); in queue_has_space() 111 if (Q_WRP(q, q->prod) == Q_WRP(q, q->cons)) in queue_has_space() 112 space = (1 << q->max_n_shift) - (prod - cons); in queue_has_space() 114 space = cons - prod; in queue_has_space() 121 return Q_IDX(q, q->prod) == Q_IDX(q, q->cons) && in queue_full() 122 Q_WRP(q, q->prod) != Q_WRP(q, q->cons); in queue_full() 127 return Q_IDX(q, q->prod) == Q_IDX(q, q->cons) && in queue_empty() 128 Q_WRP(q, q->prod) == Q_WRP(q, q->cons); in queue_empty() 131 static bool queue_consumed(struct arm_smmu_ll_queue *q, u32 prod) in queue_consumed() argument [all …]
|
/Linux-v6.6/net/9p/ |
D | trans_xen.c | 106 RING_IDX cons, prod; in p9_xen_write_todo() local 109 prod = ring->intf->out_prod; in p9_xen_write_todo() 113 xen_9pfs_queued(prod, cons, XEN_9PFS_RING_SIZE(ring)) >= size; in p9_xen_write_todo() 119 RING_IDX cons, prod, masked_cons, masked_prod; in p9_xen_request() local 144 prod = ring->intf->out_prod; in p9_xen_request() 148 xen_9pfs_queued(prod, cons, XEN_9PFS_RING_SIZE(ring)) < size) { in p9_xen_request() 153 masked_prod = xen_9pfs_mask(prod, XEN_9PFS_RING_SIZE(ring)); in p9_xen_request() 162 prod += size; in p9_xen_request() 163 ring->intf->out_prod = prod; in p9_xen_request() 175 RING_IDX cons, prod, masked_cons, masked_prod; in p9_xen_response() local [all …]
|
/Linux-v6.6/include/xen/interface/io/ |
D | ring.h | 405 static inline RING_IDX name##_queued(RING_IDX prod, \ 411 if (prod == cons) \ 414 prod = name##_mask(prod, ring_size); \ 417 if (prod == cons) \ 420 if (prod > cons) \ 421 size = prod - cons; \ 423 size = ring_size - (cons - prod); \
|
/Linux-v6.6/Documentation/hwmon/ |
D | tmp401.rst | 12 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp401.html 20 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp411.html 28 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp431.html 36 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp432.html 44 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp435.html
|
/Linux-v6.6/arch/sparc/kernel/ |
D | visemul.c | 605 u32 prod = src1 * src2; in pmul() local 606 u16 scaled = ((prod & 0x00ffff00) >> 8); in pmul() 609 if (prod & 0x80) in pmul() 630 u32 prod = src1 * src2; in pmul() local 631 u16 scaled = ((prod & 0x00ffff00) >> 8); in pmul() 634 if (prod & 0x80) in pmul() 655 u32 prod; in pmul() local 660 prod = src1 * src2; in pmul() 661 scaled = ((prod & 0x00ffff00) >> 8); in pmul() 664 if (prod & 0x80) in pmul() [all …]
|
/Linux-v6.6/include/linux/qed/ |
D | qed_chain.h | 208 u32 prod = qed_chain_get_prod_idx(chain); in qed_chain_get_elem_used() local 213 if (prod < cons) in qed_chain_get_elem_used() 214 prod += (u32)U16_MAX + 1; in qed_chain_get_elem_used() 216 used = (u16)(prod - cons); in qed_chain_get_elem_used() 218 used -= (u16)(prod / elem_per_page - cons / elem_per_page); in qed_chain_get_elem_used() 230 u64 prod = qed_chain_get_prod_idx_u32(chain); in qed_chain_get_elem_used_u32() local 235 if (prod < cons) in qed_chain_get_elem_used_u32() 236 prod += (u64)U32_MAX + 1; in qed_chain_get_elem_used_u32() 238 used = (u32)(prod - cons); in qed_chain_get_elem_used_u32() 240 used -= (u32)(prod / elem_per_page - cons / elem_per_page); in qed_chain_get_elem_used_u32()
|
/Linux-v6.6/sound/usb/line6/ |
D | variax.c | 180 #define LINE6_DEVICE(prod) USB_DEVICE(0x0e41, prod) argument 181 #define LINE6_IF_NUM(prod, n) USB_DEVICE_INTERFACE_NUMBER(0x0e41, prod, n) argument
|
/Linux-v6.6/sound/usb/ |
D | implicit.c | 36 #define IMPLICIT_FB_GENERIC_DEV(vend, prod) \ argument 37 { .id = USB_ID(vend, prod), .type = IMPLICIT_FB_GENERIC } 38 #define IMPLICIT_FB_FIXED_DEV(vend, prod, ep, ifnum) \ argument 39 { .id = USB_ID(vend, prod), .type = IMPLICIT_FB_FIXED, .ep_num = (ep),\ 41 #define IMPLICIT_FB_BOTH_DEV(vend, prod, ep, ifnum) \ argument 42 { .id = USB_ID(vend, prod), .type = IMPLICIT_FB_BOTH, .ep_num = (ep),\ 44 #define IMPLICIT_FB_SKIP_DEV(vend, prod) \ argument 45 { .id = USB_ID(vend, prod), .type = IMPLICIT_FB_NONE }
|
/Linux-v6.6/drivers/tty/hvc/ |
D | hvc_xen.c | 90 XENCONS_RING_IDX cons, prod; in __write_console() local 97 prod = intf->out_prod; in __write_console() 100 if ((prod - cons) > sizeof(intf->out)) { in __write_console() 106 while ((sent < len) && ((prod - cons) < sizeof(intf->out))) in __write_console() 107 intf->out[MASK_XENCONS_IDX(prod++, intf->out)] = data[sent++]; in __write_console() 110 intf->out_prod = prod; in __write_console() 150 XENCONS_RING_IDX cons, prod; in domU_read_console() local 162 prod = intf->in_prod; in domU_read_console() 165 if ((prod - cons) > sizeof(intf->in)) { in domU_read_console() 171 while (cons != prod && recv < len) in domU_read_console()
|
/Linux-v6.6/tools/usb/usbip/libsrc/ |
D | usbip_common.c | 281 const char *prod, *vend; in usbip_names_get_product() local 283 prod = names_product(vendor, product); in usbip_names_get_product() 284 if (!prod) in usbip_names_get_product() 285 prod = "unknown product"; in usbip_names_get_product() 292 snprintf(buff, size, "%s : %s (%04x:%04x)", vend, prod, vendor, product); in usbip_names_get_product()
|
/Linux-v6.6/drivers/infiniband/hw/bnxt_re/ |
D | qplib_res.h | 86 ((HWQ_CMP(hwq->prod, hwq)\ 174 u32 prod; /* raw */ member 357 idx += hwq->prod; in bnxt_qplib_get_prod_qe() 401 hwq->prod = (hwq->prod + cnt) % hwq->depth; in bnxt_qplib_hwq_incr_prod() 442 key |= ((info->hwq->prod / info->max_slot)) & DBC_DBC_INDEX_MASK; in bnxt_qplib_ring_prod_db()
|
/Linux-v6.6/drivers/net/xen-netback/ |
D | rx.c | 60 RING_IDX prod, cons; in xenvif_rx_ring_slots_available() local 68 prod = queue->rx.sring->req_prod; in xenvif_rx_ring_slots_available() 71 if (prod - cons >= needed) in xenvif_rx_ring_slots_available() 74 queue->rx.sring->req_event = prod + 1; in xenvif_rx_ring_slots_available() 80 } while (queue->rx.sring->req_prod != prod); in xenvif_rx_ring_slots_available() 512 RING_IDX prod, cons; in xenvif_rx_queue_slots() local 514 prod = queue->rx.sring->req_prod; in xenvif_rx_queue_slots() 517 return prod - cons; in xenvif_rx_queue_slots()
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx4/ |
D | en_tx.c | 193 ring->prod = 0; in mlx4_en_activate_tx_ring() 231 u32 used = READ_ONCE(ring->prod) - READ_ONCE(ring->cons); in mlx4_en_is_tx_ring_full() 375 ring->cons, ring->prod); in mlx4_en_free_tx_buf() 377 if ((u32) (ring->prod - ring->cons) > ring->size) { in mlx4_en_free_tx_buf() 383 while (ring->cons != ring->prod) { in mlx4_en_free_tx_buf() 935 index = ring->prod & ring->size_mask; in mlx4_en_xmit() 936 bf_index = ring->prod; in mlx4_en_xmit() 1024 ((ring->prod & ring->size) ? in mlx4_en_xmit() 1060 ((ring->prod & ring->size) ? in mlx4_en_xmit() 1088 WRITE_ONCE(ring->prod, ring->prod + nr_txbb); in mlx4_en_xmit() [all …]
|