Searched refs:rem_len (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/lib/ |
D | crc32.c | 74 size_t rem_len; local 92 rem_len = len & 3; 95 rem_len = len & 7; 115 len = rem_len;
|
/linux-6.12.1/drivers/platform/mellanox/ |
D | mlxbf-tmfifo.c | 86 int rem_len; member 724 vring->rem_len = vring->pkt_len; in mlxbf_tmfifo_rxtx_header() 776 if (len > vring->rem_len) in mlxbf_tmfifo_rxtx_one_desc() 777 len = vring->rem_len; in mlxbf_tmfifo_rxtx_one_desc() 788 vring->rem_len -= len; in mlxbf_tmfifo_rxtx_one_desc() 791 if (!IS_VRING_DROP(vring) && vring->rem_len > 0 && in mlxbf_tmfifo_rxtx_one_desc() 855 vring->rem_padding = round_up(vring->rem_len, sizeof(u64)); in mlxbf_tmfifo_check_tx_timeout() 858 vring->rem_len = 0; in mlxbf_tmfifo_check_tx_timeout()
|
/linux-6.12.1/net/ceph/ |
D | messenger_v2.c | 393 int rem_len; in head_onwire_len() local 400 rem_len = ctrl_len - CEPH_PREAMBLE_INLINE_LEN; in head_onwire_len() 401 head_len += padded_len(rem_len) + CEPH_GCM_TAG_LEN; in head_onwire_len() 1071 int rem_len = ctrl_len - CEPH_PREAMBLE_INLINE_LEN; in decrypt_control_remainder() local 1072 int pt_len = padding_len(rem_len) + CEPH_GCM_TAG_LEN; in decrypt_control_remainder() 1075 WARN_ON(con->v2.in_kvecs[0].iov_len != rem_len); in decrypt_control_remainder() 1079 sg_set_buf(&sgs[0], con->v2.in_kvecs[0].iov_base, rem_len); in decrypt_control_remainder() 1083 padded_len(rem_len) + CEPH_GCM_TAG_LEN); in decrypt_control_remainder() 1291 int rem_len = ctrl_len - CEPH_PREAMBLE_INLINE_LEN; in prepare_head_secure_big() local 1293 void *rem_tag = rem + padded_len(rem_len); in prepare_head_secure_big() [all …]
|
/linux-6.12.1/drivers/usb/typec/ucsi/ |
D | ucsi_ccg.c | 256 u32 rlen, rem_len = len, max_read_len = len; in ccg_read() local 264 while (rem_len > 0) { in ccg_read() 265 msgs[1].buf = &data[len - rem_len]; in ccg_read() 266 rlen = min_t(u16, rem_len, max_read_len); in ccg_read() 276 rem_len -= rlen; in ccg_read()
|
/linux-6.12.1/drivers/net/wireless/ath/ath12k/ |
D | dp_rx.c | 1769 int space_extra, rem_len, buf_len; in ath12k_dp_rx_msdu_coalesce() local 1816 rem_len = msdu_len - buf_first_len; in ath12k_dp_rx_msdu_coalesce() 1817 while ((skb = __skb_dequeue(msdu_list)) != NULL && rem_len > 0) { in ath12k_dp_rx_msdu_coalesce() 1822 buf_len = rem_len; in ath12k_dp_rx_msdu_coalesce() 1836 rem_len -= buf_len; in ath12k_dp_rx_msdu_coalesce()
|
D | mac.c | 1387 u16 rem_len; in ath12k_mac_set_arvif_ies() local 1392 rem_len = tail - start; in ath12k_mac_set_arvif_ies() 1397 if (cfg80211_find_ie(WLAN_EID_RSN, start, rem_len)) in ath12k_mac_set_arvif_ies() 1400 start, rem_len)) in ath12k_mac_set_arvif_ies() 1412 for_each_element_id(elem, WLAN_EID_MULTIPLE_BSSID, start, rem_len) { in ath12k_mac_set_arvif_ies()
|
/linux-6.12.1/drivers/net/wireless/ath/ath11k/ |
D | dp_rx.c | 1773 int space_extra, rem_len, buf_len; in ath11k_dp_rx_msdu_coalesce() local 1820 rem_len = msdu_len - buf_first_len; in ath11k_dp_rx_msdu_coalesce() 1821 while ((skb = __skb_dequeue(msdu_list)) != NULL && rem_len > 0) { in ath11k_dp_rx_msdu_coalesce() 1826 buf_len = rem_len; in ath11k_dp_rx_msdu_coalesce() 1840 rem_len -= buf_len; in ath11k_dp_rx_msdu_coalesce()
|
/linux-6.12.1/drivers/scsi/ |
D | ipr.c | 2882 int cur_len, rc, rem_len, rem_page_len, max_dump_size; in ipr_sdt_copy() local 2909 rem_len = length - bytes_copied; in ipr_sdt_copy() 2911 cur_len = min(rem_len, rem_page_len); in ipr_sdt_copy()
|