Home
last modified time | relevance | path

Searched refs:base_hdr (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/fpga/
H A Ddfl-afu-error.c53 void __iomem *base_err, *base_hdr; in afu_port_err_clear() local
58 base_hdr = dfl_get_feature_ioaddr_by_id(fdata, PORT_FEATURE_ID_HEADER); in afu_port_err_clear()
75 v = readq(base_hdr + PORT_HDR_STS); in afu_port_err_clear()
/linux/tools/lib/bpf/
H A Dbtf_relocate.c448 const struct btf_header *base_hdr; in btf_relocate() local
466 base_hdr = btf_header(r.base_btf); in btf_relocate()
468 r.base_str_len = base_hdr->str_len; in btf_relocate()
/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.c1872 void *base_hdr; in bnxt_qplib_post_send() local
1915 base_hdr = bnxt_qplib_get_prod_qe(hwq, idx++); in bnxt_qplib_post_send()
1917 memset(base_hdr, 0, sizeof(struct sq_sge)); in bnxt_qplib_post_send()
1936 struct sq_send_raweth_qp1_hdr *sqe = base_hdr; in bnxt_qplib_post_send()
1957 struct sq_send_hdr *sqe = base_hdr; in bnxt_qplib_post_send()
1988 struct sq_rdma_hdr *sqe = base_hdr; in bnxt_qplib_post_send()
2008 struct sq_atomic_hdr *sqe = base_hdr; in bnxt_qplib_post_send()
2025 struct sq_localinvalidate *sqe = base_hdr; in bnxt_qplib_post_send()
2036 struct sq_fr_pmr_hdr *sqe = base_hdr; in bnxt_qplib_post_send()
2069 struct sq_bind_hdr *sqe = base_hdr; in bnxt_qplib_post_send()
[all …]