Searched refs:bytes_remain (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/crypto/nx/ |
| H A D | nx-842-pseries.c | 893 int bytes_remain = PAGE_SIZE; in nx842_timehist_show() local 914 bytes = snprintf(p, bytes_remain, "%u-%uus:\t%lld\n", in nx842_timehist_show() 917 bytes_remain -= bytes; in nx842_timehist_show() 922 bytes = snprintf(p, bytes_remain, "%uus - :\t%lld\n", in nx842_timehist_show()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_els.c | 8417 uint32_t desc_cnt = 0, bytes_remain; in lpfc_els_rcv_fpin() local 8429 bytes_remain = fpin_length - offsetof(struct fc_els_fpin, fpin_desc); in lpfc_els_rcv_fpin() 8430 bytes_remain = min_t(u32, bytes_remain, be32_to_cpu(fpin->desc_len)); in lpfc_els_rcv_fpin() 8433 while (bytes_remain >= FC_TLV_DESC_HDR_SZ && in lpfc_els_rcv_fpin() 8434 bytes_remain >= FC_TLV_DESC_SZ_FROM_LENGTH(tlv)) { in lpfc_els_rcv_fpin() 8451 bytes_remain -= FC_TLV_DESC_SZ_FROM_LENGTH(tlv); in lpfc_els_rcv_fpin()
|