Searched refs:bytes_remain (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/crypto/nx/ |
| D | nx-842-pseries.c | 891 int bytes_remain = PAGE_SIZE; in nx842_timehist_show() local 912 bytes = snprintf(p, bytes_remain, "%u-%uus:\t%lld\n", in nx842_timehist_show() 915 bytes_remain -= bytes; in nx842_timehist_show() 920 bytes = snprintf(p, bytes_remain, "%uus - :\t%lld\n", in nx842_timehist_show()
|
| /Linux-v5.10/drivers/scsi/lpfc/ |
| D | lpfc_els.c | 8390 uint32_t desc_cnt = 0, bytes_remain; in lpfc_els_rcv_fpin() local 8402 bytes_remain = fpin_length - offsetof(struct fc_els_fpin, fpin_desc); in lpfc_els_rcv_fpin() 8403 bytes_remain = min_t(u32, bytes_remain, be32_to_cpu(fpin->desc_len)); in lpfc_els_rcv_fpin() 8406 while (bytes_remain >= FC_TLV_DESC_HDR_SZ && in lpfc_els_rcv_fpin() 8407 bytes_remain >= FC_TLV_DESC_SZ_FROM_LENGTH(tlv)) { in lpfc_els_rcv_fpin() 8424 bytes_remain -= FC_TLV_DESC_SZ_FROM_LENGTH(tlv); in lpfc_els_rcv_fpin()
|