Searched refs:left_len (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/lib/ |
H A D | gzip.c | 53 unsigned long comp_len, left_len; in zzip() local 86 left_len = (*lenp > CONFIG_GZIP_COMPRESS_DEF_SZ) ? in zzip() 89 s.avail_out = left_len; in zzip() 97 dst += (left_len - s.avail_out); in zzip() 98 *lenp -= (left_len - s.avail_out); in zzip() 99 } else if (left_len - s.avail_out > 0) { in zzip() 101 left_len - s.avail_out); in zzip()
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | ie.c | 322 int left_len, parsed_len = 0; in mwifiex_uap_parse_tail_ies() local 333 left_len = info->tail_len; in mwifiex_uap_parse_tail_ies() 338 while (left_len > sizeof(struct ieee_types_header)) { in mwifiex_uap_parse_tail_ies() 341 if (token_len > left_len) { in mwifiex_uap_parse_tail_ies() 375 left_len -= token_len; in mwifiex_uap_parse_tail_ies()
|
H A D | cmdevt.c | 1509 int i, left_len, parsed_len = 0; in mwifiex_ret_get_hw_spec() local 1572 left_len = resp_size - sizeof(struct host_cmd_ds_get_hw_spec); in mwifiex_ret_get_hw_spec() 1573 while (left_len > sizeof(struct mwifiex_ie_types_header)) { in mwifiex_ret_get_hw_spec() 1641 left_len -= le16_to_cpu(tlv->len) + in mwifiex_ret_get_hw_spec()
|
/openbmc/linux/drivers/net/fddi/ |
H A D | defza.c | 448 int i, first, frag_len, left_len; in fza_do_xmit() local 458 left_len = len; in fza_do_xmit() 468 if (left_len < FZA_TX_BUFFER_SIZE) in fza_do_xmit() 469 frag_len = left_len; in fza_do_xmit() 470 left_len -= frag_len; in fza_do_xmit() 481 if (left_len == 0) in fza_do_xmit() 494 } while (left_len > 0); in fza_do_xmit()
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | wmi-ops.h | 39 int left_len, struct wmi_phyerr_ev_arg *arg); 358 int left_len, struct wmi_phyerr_ev_arg *arg) in ath10k_wmi_pull_phyerr() argument 363 return ar->wmi.ops->pull_phyerr(ar, phyerr_buf, left_len, arg); in ath10k_wmi_pull_phyerr()
|
H A D | wmi.c | 4360 int left_len, in ath10k_wmi_op_pull_phyerr_ev() argument 4366 if (left_len < sizeof(*phyerr)) { in ath10k_wmi_op_pull_phyerr_ev() 4368 left_len, sizeof(*phyerr)); in ath10k_wmi_op_pull_phyerr_ev() 4404 int left_len, in ath10k_wmi_10_4_op_pull_phyerr_ev() argument 4411 if (left_len < sizeof(*phyerr)) { in ath10k_wmi_10_4_op_pull_phyerr_ev() 4413 left_len, sizeof(*phyerr)); in ath10k_wmi_10_4_op_pull_phyerr_ev() 4448 int left_len, ret; in ath10k_wmi_event_phyerr() local 4461 left_len = hdr_arg.buf_len; in ath10k_wmi_event_phyerr() 4473 ret = ath10k_wmi_pull_phyerr(ar, phyerr, left_len, &phyerr_arg); in ath10k_wmi_event_phyerr() 4480 left_len -= phyerr_arg.hdr_len; in ath10k_wmi_event_phyerr() [all …]
|
H A D | wmi.h | 7499 int left_len, struct wmi_phyerr_ev_arg *arg);
|
/openbmc/linux/fs/btrfs/ |
H A D | send.c | 6249 u64 left_len; in is_extent_unchanged() local 6270 left_len = btrfs_file_extent_num_bytes(eb, ei); in is_extent_unchanged() 6323 while (key.offset < ekey->offset + left_len) { in is_extent_unchanged() 6412 if (key.offset >= ekey->offset + left_len) in is_extent_unchanged()
|