Searched full:rx_thresh (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | xsk.c | 377 u32 count, rx_thresh = bufq->thresh; in idpf_xskfq_refill() local 379 count = ALIGN_DOWN(bufq->pending - 1, rx_thresh); in idpf_xskfq_refill() 381 for (u32 i = 0; i < count; i += rx_thresh) { in idpf_xskfq_refill() 382 if (unlikely(!idpf_xskfq_refill_thresh(bufq, rx_thresh))) in idpf_xskfq_refill()
|
| /linux/drivers/i3c/master/mipi-i3c-hci/ |
| H A D | pio.c | 139 u32 val, size_val, rx_thresh, tx_thresh, ibi_val; in __hci_pio_init() 151 rx_thresh = FIELD_GET(RX_DATA_BUFFER_SIZE, size_val); in __hci_pio_init() 155 if (rx_thresh) in __hci_pio_init() 156 rx_thresh -= 1; in __hci_pio_init() 159 pio->rx_thresh_size = 2 << rx_thresh; in __hci_pio_init() 163 pio->rx_thresh_size = 1 << rx_thresh; in __hci_pio_init() 166 val = FIELD_PREP(DATA_RX_BUF_THLD, rx_thresh) | in __hci_pio_init() 140 u32 val, size_val, rx_thresh, tx_thresh, ibi_val; __hci_pio_init() local
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_xsk.c | 345 u16 rx_thresh = ICE_RING_QUARTER(rx_ring); in ice_alloc_rx_bufs_zc() local 348 tail_bumps = count / rx_thresh; in ice_alloc_rx_bufs_zc() 349 leftover = count - (tail_bumps * rx_thresh); in ice_alloc_rx_bufs_zc() 352 if (!__ice_alloc_rx_bufs_zc(rx_ring, xsk_pool, rx_thresh)) in ice_alloc_rx_bufs_zc()
|
| /linux/drivers/net/ethernet/via/ |
| H A D | via-velocity.c | 276 /* rx_thresh[] is used for controlling the receive fifo threshold. 282 VELOCITY_PARAM(rx_thresh, "Receive fifo threshold"); 469 velocity_set_int_opt(&opts->rx_thresh, rx_thresh[index], in velocity_get_options() 471 "rx_thresh"); in velocity_get_options() 1384 mac_set_rx_thresh(regs, vptr->options.rx_thresh); in velocity_init_registers()
|
| H A D | via-velocity.h | 1363 int rx_thresh; /* RX_THRESH */ member
|
| H A D | via-rhine.c | 475 u8 tx_thresh, rx_thresh; member 1561 rp->rx_thresh = 0x60; /* Written in rhine_set_rx_mode(). */ in init_registers()
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | am33xx-l4.dtsi | 783 interrupt-names = "rx_thresh", "rx", "tx", "misc";
|
| H A D | am437x-l4.dtsi | 555 interrupt-names = "rx_thresh", "rx", "tx", "misc";
|