Searched refs:blk_len (Results 1 – 7 of 7) sorted by relevance
1450 u32 blk_len = 512; in hpi6000_send_data() local1452 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() local1514 if (len < blk_len) in hpi6000_get_data()1515 blk_len = len; in hpi6000_get_data()[all …]
199 * blk_len <= tp_block_size201 __u32 blk_len; member
525 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()
1245 unsigned int blk_len, blk_end_pos; in cs_dsp_coeff_parse_coeff() local1252 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()
1902 sector_t start_blk, last_blk, blk_len, max_len; in f2fs_fiemap() local1946 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()
682 u32 blk_len; member
186 #define BLOCK_LEN(x) ((x)->hdr.bh1.blk_len)