| /linux-6.15/fs/f2fs/ |
| H A D | node.h | 249 return le32_to_cpu(rn->footer.ino); in ino_of_node() 255 return le32_to_cpu(rn->footer.nid); in nid_of_node() 268 return le64_to_cpu(rn->footer.cp_ver); in cpver_of_node() 274 return le32_to_cpu(rn->footer.next_blkaddr); in next_blkaddr_of_node() 286 old_flag = le32_to_cpu(rn->footer.flag); in fill_node_footer() 288 rn->footer.nid = cpu_to_le32(nid); in fill_node_footer() 289 rn->footer.ino = cpu_to_le32(ino); in fill_node_footer() 300 memcpy(&dst_rn->footer, &src_rn->footer, sizeof(struct node_footer)); in copy_node_footer() 312 rn->footer.cp_ver = cpu_to_le64(cp_ver); in fill_node_footer_blkaddr() 418 rn->footer.flag = cpu_to_le32(flag); in set_cold_node() [all …]
|
| H A D | segment.h | 117 #define GET_SUM_TYPE(footer) ((footer)->entry_type) argument 118 #define SET_SUM_TYPE(footer, type) ((footer)->entry_type = (type)) argument
|
| /linux-6.15/drivers/infiniband/hw/hfi1/ |
| H A D | eprom.c | 255 struct hfi1_eprom_footer *footer; in read_segment_platform_config() local 266 footer = (struct hfi1_eprom_footer *) in read_segment_platform_config() 267 (directory + EP_PAGE_SIZE - sizeof(*footer)); in read_segment_platform_config() 270 if (footer->version != FOOTER_VERSION) in read_segment_platform_config() 274 if (footer->oprom_size >= SEG_SIZE) in read_segment_platform_config() 278 if (footer->num_table_entries > in read_segment_platform_config() 279 MAX_TABLE_ENTRIES(SEG_SIZE - footer->oprom_size)) in read_segment_platform_config() 283 directory_size = DIRECTORY_SIZE(footer->num_table_entries); in read_segment_platform_config() 301 for (entry = NULL, i = 0; i < footer->num_table_entries; i++) { in read_segment_platform_config() 391 seg_offset = footer->oprom_size; in read_segment_platform_config()
|
| /linux-6.15/drivers/mtd/parsers/ |
| H A D | afs.c | 220 u32 footer[12]; in afs_parse_v2_partition() local 239 ptr = off + mtd->erasesize - sizeof(footer); in afs_parse_v2_partition() 240 ret = mtd_read(mtd, ptr, sizeof(footer), &sz, (u_char *)footer); in afs_parse_v2_partition() 241 if ((ret < 0) || (ret >= 0 && sz != sizeof(footer))) { in afs_parse_v2_partition() 246 name = (char *) &footer[0]; in afs_parse_v2_partition() 247 version = footer[9]; in afs_parse_v2_partition() 248 ptr = off + mtd->erasesize - sizeof(footer) - footer[8]; in afs_parse_v2_partition()
|
| /linux-6.15/drivers/net/ethernet/ |
| H A D | oa_tc6.c | 727 footer); in oa_tc6_process_rx_chunk_footer() 818 u32 footer) in oa_tc6_prcs_ongoing_rx_frame() argument 824 u32 footer) in oa_tc6_prcs_rx_chunk_payload() argument 827 footer) * sizeof(u32); in oa_tc6_prcs_rx_chunk_payload() 829 footer); in oa_tc6_prcs_rx_chunk_payload() 883 oa_tc6_prcs_ongoing_rx_frame(tc6, data, footer); in oa_tc6_prcs_rx_chunk_payload() 891 __be32 footer; in oa_tc6_get_rx_chunk_footer() local 893 footer = *((__be32 *)&rx_buf[footer_offset]); in oa_tc6_get_rx_chunk_footer() 895 return be32_to_cpu(footer); in oa_tc6_get_rx_chunk_footer() 901 u32 footer; in oa_tc6_process_spi_data_rx_buf() local [all …]
|
| /linux-6.15/net/ceph/ |
| H A D | messenger_v1.c | 176 m->footer.flags |= CEPH_MSG_FOOTER_COMPLETE; in prepare_write_message_footer() 184 m->footer.sig = 0; in prepare_write_message_footer() 186 m->old_footer.flags = m->footer.flags; in prepare_write_message_footer() 245 con->out_msg->footer.middle_crc = 0; in prepare_write_message() 249 con->out_msg->footer.flags = 0; in prepare_write_message() 252 con->out_msg->footer.data_crc = 0; in prepare_write_message() 502 msg->footer.data_crc = cpu_to_le32(crc); in write_partial_message_data() 515 msg->footer.data_crc = cpu_to_le32(crc); in write_partial_message_data() 1275 m->footer.flags = m->old_footer.flags; in read_partial_message() 1276 m->footer.sig = 0; in read_partial_message() [all …]
|
| H A D | auth_x.c | 979 sigblock->front_crc = msg->footer.front_crc; in calc_signature() 980 sigblock->middle_crc = msg->footer.middle_crc; in calc_signature() 981 sigblock->data_crc = msg->footer.data_crc; in calc_signature() 1006 sigblock->front_crc = msg->footer.front_crc; in calc_signature() 1008 sigblock->middle_crc = msg->footer.middle_crc; in calc_signature() 1010 sigblock->data_crc = msg->footer.data_crc; in calc_signature() 1041 msg->footer.sig = sig; in ceph_x_sign_message() 1042 msg->footer.flags |= CEPH_MSG_FOOTER_SIGNED; in ceph_x_sign_message() 1059 if (sig_check == msg->footer.sig) in ceph_x_check_message_signature() 1061 if (msg->footer.flags & CEPH_MSG_FOOTER_SIGNED) in ceph_x_check_message_signature() [all …]
|
| H A D | messenger.c | 2216 &msg->footer, sizeof(msg->footer), true); in ceph_msg_dump()
|
| /linux-6.15/Documentation/networking/ |
| H A D | oa-tc6-framework.rst | 70 chunk consists of a data chunk payload ending with a 32-bit data footer. 71 The data footer indicates if there is receive frame data present within 241 Buffer Status Register or footer (Refer below for the footer info) 246 In case the previous data footer had no transmit credits available and 250 footer for the first data chunk will have the transmit credits available 264 | | 4 bytes footer | | 64 bytes chunk payload | |------------> 268 4 bytes footer contains the below fields, 344 P (Bit 0) - Parity. Parity bit calculated over the receive data footer. 353 Status Register or footer. 367 data footer had no receive data chunks available and once the receive [all …]
|
| H A D | mctp.rst | 121 receiving packets with and without a message integrity check footer.
|
| /linux-6.15/drivers/gpu/drm/tiny/ |
| H A D | appletbdrm.c | 381 struct appletbdrm_fb_request_footer *footer; in appletbdrm_flush_damage() local 443 footer = (struct appletbdrm_fb_request_footer *)&request->data[frames_size]; in appletbdrm_flush_damage() 445 footer->unk_0c = cpu_to_le32(0xfffe); in appletbdrm_flush_damage() 446 footer->unk_1c = cpu_to_le32(0x80001); in appletbdrm_flush_damage() 447 footer->unk_34 = cpu_to_le32(0x80002); in appletbdrm_flush_damage() 448 footer->unk_4c = cpu_to_le32(0xffff); in appletbdrm_flush_damage() 449 footer->timestamp = cpu_to_le64(timestamp); in appletbdrm_flush_damage() 460 if (response->timestamp != footer->timestamp) { in appletbdrm_flush_damage()
|
| /linux-6.15/scripts/ |
| H A D | bpf_doc.py | 528 footer = ''' 611 print(footer) 837 footer = '' 838 print(footer)
|
| /linux-6.15/drivers/soundwire/ |
| H A D | cadence_master.c | 2465 static int check_frame_end(u32 footer) in check_frame_end() argument 2468 if (!(footer & BIT(30))) in check_frame_end() 2471 return check_response(footer); in check_frame_end() 2480 u32 footer; in sdw_cdns_check_write_response() local 2493 footer = *p_data++; in sdw_cdns_check_write_response() 2502 ret = check_frame_end(footer); in sdw_cdns_check_write_response() 2505 __func__, i, num_frames, footer); in sdw_cdns_check_write_response() 2559 u32 footer; in sdw_cdns_check_read_response() local 2598 footer = *p_data++; in sdw_cdns_check_read_response() 2599 ret = check_frame_end(footer); in sdw_cdns_check_read_response() [all …]
|
| /linux-6.15/samples/kmemleak/ |
| H A D | kmemleak-test.c | 25 long footer[25]; member
|
| /linux-6.15/tools/verification/dot2/ |
| H A D | dot2c.py | 221 footer = "};\n" 222 return footer
|
| /linux-6.15/drivers/net/wwan/t7xx/ |
| H A D | t7xx_hif_dpmaif_rx.h | 37 __le32 footer; member
|
| H A D | t7xx_hif_dpmaif_rx.c | 75 value = FIELD_GET(PD_PIT_H_BID, le32_to_cpu(pit_info->pd.footer)); in t7xx_normal_pit_bid() 459 return FIELD_GET(PD_PIT_PIT_SEQ, le32_to_cpu(pit->pd.footer)); in t7xx_dpmaif_read_pit_seq()
|
| /linux-6.15/Documentation/driver-api/soundwire/ |
| H A D | bra.rst | 28 10-byte overhead per frame (header and footer response). 90 footer response. 97 The footer response can be one of: 174 packet the header and footer response are provided by the Peripheral 177 will change for header/footer response as well as the data transmitted
|
| /linux-6.15/include/linux/ |
| H A D | f2fs_fs.h | 366 struct node_footer footer; member 535 struct summary_footer footer; member
|
| /linux-6.15/drivers/net/ethernet/vertexcom/ |
| H A D | mse102x.c | 215 __be16 *footer = skb_put(skb, DET_DFT_LEN); in mse102x_put_footer() local 217 *footer = cpu_to_be16(DET_DFT); in mse102x_put_footer()
|
| /linux-6.15/include/linux/ceph/ |
| H A D | messenger.h | 268 struct ceph_msg_footer footer; /* footer */ member
|
| /linux-6.15/drivers/firmware/cirrus/test/ |
| H A D | cs_dsp_mock_wmfw.c | 37 struct wmfw_footer footer; member
|
| /linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | pcie.c | 1723 struct brcmf_random_seed_footer footer = { in brcmf_pcie_download_fw_nvram() local 1733 address -= sizeof(footer); in brcmf_pcie_download_fw_nvram() 1734 memcpy_toio(devinfo->tcm + address, &footer, in brcmf_pcie_download_fw_nvram() 1735 sizeof(footer)); in brcmf_pcie_download_fw_nvram()
|
| /linux-6.15/drivers/firmware/cirrus/ |
| H A D | cs_dsp.c | 1479 const struct wmfw_footer *footer; in cs_dsp_load() local 1521 if ((pos == 0) || (sizeof(*footer) > firmware->size - pos)) { in cs_dsp_load() 1526 footer = (void *)&firmware->data[pos]; in cs_dsp_load() 1527 pos += sizeof(*footer); in cs_dsp_load() 1535 le64_to_cpu(footer->timestamp)); in cs_dsp_load()
|
| /linux-6.15/drivers/net/wireless/ath/ath12k/ |
| H A D | debugfs_htt_stats.c | 16 const __le32 *array, u32 array_len, const char *footer) in print_array_to_buf_index() argument 35 if (footer) { in print_array_to_buf_index() 38 "%s", footer); in print_array_to_buf_index() 45 const __le32 *array, u32 array_len, const char *footer) in print_array_to_buf() argument 48 footer); in print_array_to_buf() 53 const s8 *array, u32 array_len, const char *footer) in print_array_to_buf_s8() argument 71 if (footer) { in print_array_to_buf_s8() 73 "%s", footer); in print_array_to_buf_s8()
|