Searched refs:bytelen (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/ |
D | spi-falcon.c | 104 unsigned int bytelen = ((8 * t->len + 7) / 8); in falcon_sflash_xfer() local 140 bytelen--; in falcon_sflash_xfer() 141 if (bytelen) { in falcon_sflash_xfer() 154 if (txp && bytelen) { in falcon_sflash_xfer() 159 if (rxp && bytelen) { in falcon_sflash_xfer() 177 while (bytelen > 0) { in falcon_sflash_xfer() 191 bytelen--; in falcon_sflash_xfer() 203 if (bytelen > 0) { in falcon_sflash_xfer() 225 if (bytelen--) in falcon_sflash_xfer() 228 && (bytelen == 0)) { in falcon_sflash_xfer() [all …]
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | io.h | 45 void __raw_writesb(volatile void __iomem *addr, const void *data, int bytelen); 49 void __raw_readsb(const volatile void __iomem *addr, void *data, int bytelen);
|
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/ |
D | airo.c | 1120 static int aux_bap_read(struct airo_info*, __le16 *pu16Dst, int bytelen, 1122 static int fast_bap_read(struct airo_info*, __le16 *pu16Dst, int bytelen, 1124 static int bap_write(struct airo_info*, const __le16 *pu16Src, int bytelen, 1206 int (*bap_read)(struct airo_info*, __le16 *pu16Dst, int bytelen, 1258 static inline int bap_read(struct airo_info *ai, __le16 *pu16Dst, int bytelen, in bap_read() argument 1261 return ai->bap_read(ai, pu16Dst, bytelen, whichbap); in bap_read() 4088 int bytelen, int whichbap) in aux_bap_read() argument 4102 words = (bytelen+1)>>1; in aux_bap_read() 4125 int bytelen, int whichbap) in fast_bap_read() argument 4127 bytelen = (bytelen + 1) & (~1); // round up to even value in fast_bap_read() [all …]
|
/kernel/linux/linux-5.10/net/core/ |
D | skbuff.c | 1127 uarg->bytelen = size; in sock_zerocopy_alloc() 1146 u32 bytelen, next; in sock_zerocopy_realloc() local 1156 bytelen = uarg->bytelen + size; in sock_zerocopy_realloc() 1157 if (uarg->len == USHRT_MAX - 1 || bytelen > byte_limit) { in sock_zerocopy_realloc() 1169 uarg->bytelen = bytelen; in sock_zerocopy_realloc()
|
/kernel/linux/linux-5.10/include/linux/ |
D | skbuff.h | 474 u32 bytelen; member
|