Home
last modified time | relevance | path

Searched refs:blk_len (Results 1 – 7 of 7) sorted by relevance

/linux/sound/pci/asihpi/
H A Dhpi6000.c1450 u32 blk_len = 512; in hpi6000_send_data() local
1452 if (len < blk_len) in hpi6000_send_data()
1453 blk_len = len; in hpi6000_send_data()
1455 address, p_data, blk_len)) in hpi6000_send_data()
1457 address += blk_len * 4; in hpi6000_send_data()
1458 p_data += blk_len; in hpi6000_send_data()
1459 len -= blk_len; in hpi6000_send_data()
1512 u32 blk_len = 512; in hpi6000_get_data() local
1514 if (len < blk_len) in hpi6000_get_data()
1515 blk_len = len; in hpi6000_get_data()
[all …]
/linux/include/uapi/linux/
H A Dif_packet.h199 * blk_len <= tp_block_size
201 __u32 blk_len; member
/linux/tools/testing/selftests/net/
H A Dpsock_tpacket.c525 if (pbd->h1.num_pkts && bytes != pbd->h1.blk_len) { in __v3_test_block_len()
528 pbd->h1.num_pkts, bytes, pbd->h1.blk_len); in __v3_test_block_len()
/linux/drivers/firmware/cirrus/
H A Dcs_dsp.c1245 unsigned int blk_len, blk_end_pos; in cs_dsp_coeff_parse_coeff() local
1252 blk_len = le32_to_cpu(raw->hdr.size); in cs_dsp_coeff_parse_coeff()
1253 if (blk_len > S32_MAX) in cs_dsp_coeff_parse_coeff()
1256 if (blk_len > (data_len - pos - sizeof(raw->hdr))) in cs_dsp_coeff_parse_coeff()
1259 blk_end_pos = pos + sizeof(raw->hdr) + blk_len; in cs_dsp_coeff_parse_coeff()
/linux/fs/f2fs/
H A Ddata.c1902 sector_t start_blk, last_blk, blk_len, max_len; in f2fs_fiemap() local
1946 blk_len = last_blk - start_blk + 1; in f2fs_fiemap()
1952 map.m_len = blk_len; in f2fs_fiemap()
1981 blk_len != max_len) { in f2fs_fiemap()
1982 blk_len = max_len; in f2fs_fiemap()
/linux/drivers/scsi/esas2r/
H A Desas2r.h682 u32 blk_len; member
/linux/net/packet/
H A Daf_packet.c186 #define BLOCK_LEN(x) ((x)->hdr.bh1.blk_len)