Home
last modified time | relevance | path

Searched refs:byte (Results 1226 - 1250 of 1261) sorted by relevance

1...<<4142434445464748495051

/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H A Dmegaraid_sas.h804 u8 byte; member
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstringndk.cpp72 extern "C" void *__memset_chk(void *dest, int byte, size_t count, size_t dst_len);
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dchip.c79 * 10 * 1024 + 64 header byte = 10304 byte
80 * 10304 byte / 12.5 GB/s = 824.32ns
8915 /* read is in 8-byte chunks, hardware will truncate the address down */ in read_8051_config()
9826 /* read byte 2, the status byte */ in test_qsfp_read()
11264 u8 byte = *(((u8 *)&reg) + i); in get_sc2vlnt() local
11266 dp->vlnt[2 * i] = byte & 0xf; in get_sc2vlnt()
11267 dp->vlnt[(2 * i) + 1] = (byte & 0xf0) >> 4; in get_sc2vlnt()
11272 u8 byte in get_sc2vlnt() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dchip.c38 * 10 * 1024 + 64 header byte = 10304 byte
39 * 10304 byte / 12.5 GB/s = 824.32ns
8876 /* read is in 8-byte chunks, hardware will truncate the address down */ in read_8051_config()
9787 /* read byte 2, the status byte */ in test_qsfp_read()
11225 u8 byte = *(((u8 *)&reg) + i); in get_sc2vlnt() local
11227 dp->vlnt[2 * i] = byte & 0xf; in get_sc2vlnt()
11228 dp->vlnt[(2 * i) + 1] = (byte & 0xf0) >> 4; in get_sc2vlnt()
11233 u8 byte in get_sc2vlnt() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Dmain.c86 module_param_array(num_vfs, byte, &num_vfs_argc, 0444);
92 module_param_array(probe_vf, byte, &probe_vfs_argc, 0444);
109 "Enable 64 byte CQEs/EQEs when the FW supports this (default: True)");
/kernel/linux/linux-5.10/drivers/nvme/host/
H A Dcore.c43 module_param(shutdown_timeout, byte, 0644);
47 module_param_named(max_retries, nvme_max_retries, byte, 0644);
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H A Dmain.c85 module_param_array(num_vfs, byte, &num_vfs_argc, 0444);
91 module_param_array(probe_vf, byte, &probe_vfs_argc, 0444);
108 "Enable 64 byte CQEs/EQEs when the FW supports this (default: True)");
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dcore.c55 module_param(shutdown_timeout, byte, 0644);
59 module_param_named(max_retries, nvme_max_retries, byte, 0644);
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c578 char byte[4]; in t4_memory_rw_residual() member
587 bp[i] = last.byte[i]; in t4_memory_rw_residual()
591 last.byte[i] = 0; in t4_memory_rw_residual()
610 * a raw byte sequence from/to the firmware's memory. If this memory
611 * contains data structures which contain multi-byte integers, it's the
612 * caller's responsibility to perform appropriate byte order conversions.
2764 * For chelsio adapters, the identifier is 0x82. The first byte of a VPD in t4_get_raw_vpd_params()
3034 * If @byte_oriented is set the read data is stored as a byte array
3074 * If @byte_oriented is set the write data is stored as byte stream
5912 /* Calculates a rate in bytes/s given the number of 256-byte unit
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c578 char byte[4]; in t4_memory_rw_residual() member
587 bp[i] = last.byte[i]; in t4_memory_rw_residual()
591 last.byte[i] = 0; in t4_memory_rw_residual()
610 * a raw byte sequence from/to the firmware's memory. If this memory
611 * contains data structures which contain multi-byte integers, it's the
612 * caller's responsibility to perform appropriate byte order conversions.
3004 * If @byte_oriented is set the read data is stored as a byte array
3044 * If @byte_oriented is set the write data is stored as byte stream
5882 /* Calculates a rate in bytes/s given the number of 256-byte units per 4K core
7389 * 2: Buffer size corresponding to 1500 byte MT in t4_fixup_host_params()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h2906 #define byte(x, n) ((x >> (8 * n)) & 0xff) macro
/kernel/linux/linux-5.10/drivers/rapidio/devices/
H A Dtsi721.c37 module_param(mbox_sel, byte, S_IRUGO);
/kernel/linux/linux-5.10/drivers/ntb/
H A Dntb_transport.c85 module_param(max_num_clients, byte, 0644);
/kernel/linux/linux-6.6/include/linux/
H A Dpci.h62 * in a single byte as follows:
337 u8 revision; /* PCI revision, low byte of class word */
1934 #define _PCI_NOP_ALL(o, x) _PCI_NOP(o, byte, u8 x) \
/kernel/linux/linux-6.6/drivers/rapidio/devices/
H A Dtsi721.c37 module_param(mbox_sel, byte, S_IRUGO);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm630 //load 0~63*4(byte address) to vgpr v0
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h2880 #define byte(x, n) ((x >> (8 * n)) & 0xff) macro
/kernel/linux/linux-6.6/drivers/ntb/
H A Dntb_transport.c85 module_param(max_num_clients, byte, 0644);
/kernel/linux/linux-6.6/lib/
H A Dtest_bpf.c2186 * combinations of bytes. Each byte in the 64-bit word is constructed as
2210 int byte; in __bpf_fill_ld_imm64_bytes() local
2213 byte = (base1 & mask1) | (rand & ~mask1); in __bpf_fill_ld_imm64_bytes()
2215 byte = (base2 & mask2) | (rand & ~mask2); in __bpf_fill_ld_imm64_bytes()
2216 imm = (imm << 8) | byte; in __bpf_fill_ld_imm64_bytes()
8366 "ST_MEM_B: Store/Load byte: max negative",
8379 "ST_MEM_B: Store/Load byte: max positive",
8392 "STX_MEM_B: Store/Load byte: max negative",
10405 "LD_IND byte frag",
10477 "LD_ABS byte fra
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H A Dfec_main.c9 * Once I get this working, I will use 64 or 128 byte CPM buffers, which
191 module_param_array(macaddr, byte, NULL, 0);
216 * 2048 byte skbufs are allocated. However, alignment requirements
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Dwmi.c27 module_param(led_id, byte, 0444);
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H A Dwmi.c27 module_param(led_id, byte, 0444);
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_init.c5719 * block_cnt is count of 512 byte blocks for the entire minute, in lpfc_cmf_stats_timer()
6101 phba->rx_block_cnt += div_u64(rcv, 512); /* save 512 byte block cnt */ in lpfc_cmf_timer()
9764 * to be 16-byte aligned. Also align the virtual memory as each in lpfc_create_bootstrap_mbox()
13529 lpfc_cgn_crc32(uint32_t crc, u8 byte) in lpfc_cgn_crc32() argument
13538 if (msb ^ (byte & 1)) { in lpfc_cgn_crc32()
13542 byte >>= 1; in lpfc_cgn_crc32()
13888 * to use this option, 128-byte WQEs must be used. in lpfc_get_sli4_parameters()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Dtg3.c7734 /* Avoid the 8byte DMA problem */ in tg3_tx_frag_set()
9222 * Older PCIe devices only support the 128 byte
12069 /* adjustments to start on required 4 byte boundary */ in tg3_get_eeprom()
12085 /* read bytes up to the last 4 byte boundary */ in tg3_get_eeprom()
12108 /* read last bytes not ending on 4 byte boundary */ in tg3_get_eeprom()
12145 /* adjustments to start on required 4 byte boundary */ in tg3_set_eeprom()
12157 /* adjustments to end on required 4 byte boundary */ in tg3_set_eeprom()
12884 * the byte order as it exists in NVRAM. in tg3_vpd_readblock()
16864 /* Initialize data/descriptor byte/word swapping. */ in tg3_get_invariants()
17107 u8 byte; in tg3_calc_dma_bndry() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H A Dtg3.c7720 /* Avoid the 8byte DMA problem */ in tg3_tx_frag_set()
9207 * Older PCIe devices only support the 128 byte
12049 /* adjustments to start on required 4 byte boundary */ in tg3_get_eeprom()
12065 /* read bytes up to the last 4 byte boundary */ in tg3_get_eeprom()
12088 /* read last bytes not ending on 4 byte boundary */ in tg3_get_eeprom()
12125 /* adjustments to start on required 4 byte boundary */ in tg3_set_eeprom()
12137 /* adjustments to end on required 4 byte boundary */ in tg3_set_eeprom()
12868 * the byte order as it exists in NVRAM. in tg3_vpd_readblock()
16788 /* Initialize data/descriptor byte/word swapping. */ in tg3_get_invariants()
17030 u8 byte; in tg3_calc_dma_bndry() local
[all...]

Completed in 221 milliseconds

1...<<4142434445464748495051