Searched refs:Len (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/usb/serial/
H A Dio_ionsp.h124 #define IOSP_BUILD_DATA_HDR1(Port, Len) ((__u8) (((Port) | ((__u8) (((__u16) (Len)) >> 5) & 0x78))))
125 #define IOSP_BUILD_DATA_HDR2(Port, Len) ((__u8) (Len))
/linux-master/lib/zlib_deflate/
H A Ddeftree.c150 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len)
156 send_bits(s, tree[c].Code, tree[c].Len); }
220 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
221 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
222 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
223 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
232 static_dtree[n].Len = 5;
376 tree[s->heap[s->heap_max]].Len = 0; /* root of the heap */
380 bits = tree[tree[n].Dad].Len + 1;
382 tree[n].Len
[all...]
H A Ddefutil.h56 #define Len dl.len macro
/linux-master/tools/testing/selftests/net/forwarding/
H A Dlib.sh1903 )"00:"$( : Aux Data Len
1943 )"00:"$( : Hdr Ext Len
1954 )"00:"$( : Aux Data Len
1985 )"00:"$( : Hdr Ext Len
/linux-master/drivers/scsi/
H A Dhpsa_cmd.h375 __le32 Len; member in struct:ErrDescriptor
380 __le32 Len; member in struct:SGDescriptor
H A Dhpsa.c2313 chain_sg->Len = cpu_to_le32(chain_len);
2335 le32_to_cpu(chain_sg->Len), DMA_TO_DEVICE);
2812 le32_to_cpu(c->SG[i].Len),
2838 cp->SG[0].Len = cpu_to_le32(buflen);
4566 desc->Len = cpu_to_le32(len);
4784 curr_sg->Len = cpu_to_le32(len);
5544 c->ErrDesc.Len = cpu_to_le32((u32) sizeof(*c->err_info));
6456 c->SG[0].Len = cpu_to_le32(0);
6461 c->SG[0].Len = cpu_to_le32(iocommand->buf_size);
6564 c->SG[i].Len
[all...]
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_mlme_ext.h202 unsigned char Len; member in struct:rt_channel_plan
207 unsigned char Len; member in struct:rt_channel_plan_2g
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_control.sh266 )"00:"$( : Hdr Ext Len
572 )"00:"$( : Hdr Ext Len
/linux-master/fs/ntfs3/
H A Dntfs_fs.h828 int ntfs_discard(struct ntfs_sb_info *sbi, CLST Lcn, CLST Len);
852 void wnd_zone_set(struct wnd_bitmap *wnd, size_t Lcn, size_t Len);
/linux-master/drivers/net/ethernet/dec/tulip/
H A Ddmfe.c932 static inline u32 cal_CRC(unsigned char * Data, unsigned int Len, u8 flag) argument
934 u32 crc = crc32(~0, Data, Len);
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c353 for (index = 0; index < RTW_ChannelPlan2G[Index2G].Len; index++) {
4300 chplan_ap.Len = i;
4315 if ((j == chplan_ap.Len) || (chplan_ap.Channel[j] > 14))
4351 while ((j < chplan_ap.Len) && (chplan_ap.Channel[j] <= 14)) {
4369 while ((j < chplan_ap.Len) && (chplan_ap.Channel[j] <= 14))

Completed in 212 milliseconds