/drivers/net/fddi/skfp/ |
D | ess.c | 100 static int process_bw_alloc(struct s_smc *smc, long int payload, long int overhead); 119 u_long payload, overhead ; in ess_raf_received_pack() local 257 overhead = ((struct smt_p_3210 *)p)->mib_overhead ; in ess_raf_received_pack() 260 payload, overhead); in ess_raf_received_pack() 265 (void)process_bw_alloc(smc,(long)payload,(long)overhead) ; in ess_raf_received_pack() 308 overhead = ((struct smt_p_3210 *)p)->mib_overhead ; in ess_raf_received_pack() 313 payload, overhead); in ess_raf_received_pack() 318 if(!process_bw_alloc(smc,(long)payload,(long)overhead)) in ess_raf_received_pack() 375 static int process_bw_alloc(struct s_smc *smc, long int payload, long int overhead) in process_bw_alloc() argument 426 if (payload > MAX_PAYLOAD || overhead > 5000) { in process_bw_alloc() [all …]
|
/drivers/net/wireless/ralink/rt2x00/ |
D | rt2x00crypto.c | 68 unsigned int overhead = 0; in rt2x00crypto_tx_overhead() local 71 return overhead; in rt2x00crypto_tx_overhead() 78 overhead += key->icv_len; in rt2x00crypto_tx_overhead() 81 overhead += key->iv_len; in rt2x00crypto_tx_overhead() 85 overhead += 8; in rt2x00crypto_tx_overhead() 88 return overhead; in rt2x00crypto_tx_overhead()
|
/drivers/net/fddi/skfp/h/ |
D | smt.h | 799 struct smt_p_3210 overhead ; /* current SBA overhead */ member 816 struct smt_p_3210 overhead ; /* current SBA overhead */ member 832 struct smt_p_3210 overhead ; /* current SBA overhead */ member 854 struct smt_p_3210 overhead ; /* current SBA overhead */ member
|
/drivers/net/wireguard/ |
D | device.c | 265 const int overhead = MESSAGE_MINIMUM_LENGTH + sizeof(struct udphdr) + in wg_setup() local 281 dev->mtu = ETH_DATA_LEN - overhead; in wg_setup() 282 dev->max_mtu = round_down(INT_MAX, MESSAGE_PADDING_MULTIPLE) - overhead; in wg_setup()
|
/drivers/net/can/spi/mcp251xfd/ |
D | Kconfig | 17 variants. This comes with a runtime overhead.
|
/drivers/gpu/vga/ |
D | Kconfig | 19 multiple GPUS. The overhead for each GPU is very small.
|
/drivers/net/wireless/broadcom/brcm80211/ |
D | Kconfig | 30 issues. This option adds a small amount of overhead when tracing
|
/drivers/usb/host/ |
D | xhci.c | 2380 if (interval_bw->overhead[LS_OVERHEAD_TYPE]) in xhci_get_largest_overhead() 2382 if (interval_bw->overhead[FS_OVERHEAD_TYPE]) in xhci_get_largest_overhead() 2488 unsigned int overhead = 0; in xhci_check_bw_table() local 2576 if (interval_overhead > overhead) in xhci_check_bw_table() 2577 overhead = interval_overhead; in xhci_check_bw_table() 2585 bw_added = packets_transmitted * (overhead + packet_size); in xhci_check_bw_table() 2596 overhead = 0; in xhci_check_bw_table() 2604 overhead = interval_overhead; in xhci_check_bw_table() 2624 bw_used += overhead + packet_size; in xhci_check_bw_table() 2723 interval_bw->overhead[LS_OVERHEAD_TYPE] -= 1; in xhci_drop_ep_from_interval_table() [all …]
|
D | xhci.h | 994 unsigned int overhead[3]; member
|
/drivers/vhost/ |
D | Kconfig | 88 adds some overhead, it is disabled by default.
|
/drivers/pci/hotplug/ |
D | TODO | 23 the actual operation on that copy. Determine if this overhead is necessary,
|
/drivers/net/wireless/intel/iwlwifi/ |
D | Kconfig | 142 (though rather small) overhead.
|
/drivers/net/ethernet/sfc/ |
D | efx_common.c | 277 int overhead = EFX_MAX_FRAME_LEN(0) + sizeof(struct efx_rx_page_state) + in efx_xdp_max_mtu() local 281 return PAGE_SIZE - overhead; in efx_xdp_max_mtu()
|
/drivers/tty/ |
D | n_gsm.c | 1006 int overhead = 0; in gsm_dlci_data_output_framed() local 1010 overhead = 1; in gsm_dlci_data_output_framed() 1019 len = dlci->skb->len + overhead; in gsm_dlci_data_output_framed() 1033 size = len + overhead; in gsm_dlci_data_output_framed()
|
/drivers/gpu/drm/i915/ |
D | Kconfig.debug | 236 runtime PM functionality. This may introduce overhead during
|
/drivers/mtd/ |
D | Kconfig | 66 from an MTD device, without the overhead (and danger) of the caching
|
/drivers/net/usb/ |
D | smsc95xx.c | 1909 int overhead = csum ? SMSC95XX_TX_OVERHEAD_CSUM : SMSC95XX_TX_OVERHEAD; in smsc95xx_tx_fixup() local 1917 if (skb_cow_head(skb, overhead)) { in smsc95xx_tx_fixup()
|
/drivers/iommu/ |
D | Kconfig | 126 to memory with minimal performance overhead. Equivalent to passing
|
/drivers/acpi/ |
D | Kconfig | 562 substantially increase computational overhead related to the
|
/drivers/pwm/ |
D | Kconfig | 42 It is expected to introduce some runtime overhead and diagnostic
|
/drivers/mmc/host/ |
D | Kconfig | 624 disadvantage of being relatively high overhead, but a compensating
|