Searched full:hdr0 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/erdma/ |
H A D | erdma_cmdq.c | 292 u32 hdr0, sqe_idx; in erdma_poll_single_cmd_completion() local 304 hdr0 = be32_to_cpu(*cqe); in erdma_poll_single_cmd_completion() 315 comp_wait->comp_status = FIELD_GET(ERDMA_CQE_HDR_SYNDROME_MASK, hdr0); in erdma_poll_single_cmd_completion()
|
/openbmc/linux/Documentation/devicetree/bindings/mtd/partitions/ |
H A D | brcm,bcm947xx-cfe-partitions.yaml | 20 complex partitions (like TRX with its HDR0 magic) may include extra header
|
/openbmc/u-boot/tools/ |
H A D | rkcommon.c | 228 * The first header (hdr0) is always RC4 encoded, so try to decrypt in rkcommon_parse_header()
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | usb.c | 55 #define TRX_MAGIC 0x30524448 /* "HDR0" */ 97 __le32 magic; /* "HDR0" */
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | fw.c | 705 hdr->hdr0 = cpu_to_le32(FIELD_PREP(H2C_HDR_DEL_TYPE, type) | in rtw89_h2c_pkt_set_hdr() 728 hdr->hdr0 = cpu_to_le32(FIELD_PREP(H2C_HDR_DEL_TYPE, type) | in rtw89_h2c_pkt_set_hdr_fwdl()
|
H A D | fw.h | 3443 __le32 hdr0; member
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | chip.c | 7927 u64 info, hdr0, hdr1; in handle_dcc_err() local 8007 hdr0 = read_csr(dd, DCC_ERR_INFO_PORTRCV_HDR0); in handle_dcc_err() 8020 dd->err_info_rcvport.packet_flit1 = hdr0; in handle_dcc_err() 8051 " hdr0 0x%llx, hdr1 0x%llx\n", in handle_dcc_err() 8052 extra, hdr0, hdr1); in handle_dcc_err()
|