Home
last modified time | relevance | path

Searched refs:bytes_remain (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/sound/drivers/
H A Dpcmtest.c286 size_t bytes_remain = runtime->dma_bytes - v_iter->buf_pos; in fill_block_rand_n() local
290 if (v_iter->b_rw <= bytes_remain) { in fill_block_rand_n()
297 bytes_remain / channels); in fill_block_rand_n()
299 (v_iter->b_rw - bytes_remain) / channels); in fill_block_rand_n()
/linux-6.15/drivers/crypto/nx/
H A Dnx-common-pseries.c919 int bytes_remain = PAGE_SIZE; in nx842_timehist_show() local
940 bytes = snprintf(p, bytes_remain, "%u-%uus:\t%lld\n", in nx842_timehist_show()
943 bytes_remain -= bytes; in nx842_timehist_show()
948 bytes = snprintf(p, bytes_remain, "%uus - :\t%lld\n", in nx842_timehist_show()
/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_els.c3946 int desc_cnt = 0, bytes_remain; in lpfc_cmpl_els_edc() local
4013 if (bytes_remain <= 0) in lpfc_cmpl_els_edc()
4022 while (bytes_remain) { in lpfc_cmpl_els_edc()
4041 desc_cnt, bytes_remain, in lpfc_cmpl_els_edc()
4067 desc_cnt, bytes_remain, in lpfc_cmpl_els_edc()
9262 int desc_cnt = 0, bytes_remain; in lpfc_els_rcv_edc() local
9282 if (bytes_remain <= 0) in lpfc_els_rcv_edc()
9291 while (bytes_remain) { in lpfc_els_rcv_edc()
9311 desc_cnt, bytes_remain, in lpfc_els_rcv_edc()
9337 desc_cnt, bytes_remain, in lpfc_els_rcv_edc()
[all …]
/linux-6.15/drivers/scsi/
H A Dscsi_transport_fc.c903 u32 bytes_remain; in fc_host_fpin_rcv() local
910 bytes_remain = fpin_len - offsetof(struct fc_els_fpin, fpin_desc); in fc_host_fpin_rcv()
911 bytes_remain = min_t(u32, bytes_remain, be32_to_cpu(fpin->desc_len)); in fc_host_fpin_rcv()
913 while (bytes_remain >= FC_TLV_DESC_HDR_SZ && in fc_host_fpin_rcv()
914 bytes_remain >= FC_TLV_DESC_SZ_FROM_LENGTH(tlv)) { in fc_host_fpin_rcv()
930 bytes_remain -= FC_TLV_DESC_SZ_FROM_LENGTH(tlv); in fc_host_fpin_rcv()