Home
last modified time | relevance | path

Searched refs:hdr_tmpl (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c48 static struct btf_header hdr_tmpl = { variable
4487 raw_btf = btf_raw_create(&hdr_tmpl, in do_test_raw()
4614 raw_btf = btf_raw_create(&hdr_tmpl, in test_big_btf_info()
4696 raw_btf = btf_raw_create(&hdr_tmpl, in test_btf_id()
4825 raw_btf = btf_raw_create(&hdr_tmpl, in do_test_get_info()
5558 raw_btf = btf_raw_create(&hdr_tmpl, test->raw_types, in do_test_pprint()
6926 raw_btf = btf_raw_create(&hdr_tmpl, test->raw_types, in do_test_info_raw()
8241 raw_btf = btf_raw_create(&hdr_tmpl, test->input.raw_types, in do_test_dedup()
8255 raw_btf = btf_raw_create(&hdr_tmpl, test->expect.raw_types, in do_test_dedup()
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c19728 struct lpfc_mbx_post_hdr_tmpl *hdr_tmpl; in lpfc_sli4_post_rpi_hdr() local
19749 hdr_tmpl = &mboxq->u.mqe.un.hdr_tmpl; in lpfc_sli4_post_rpi_hdr()
19758 bf_set(lpfc_mbx_post_hdr_tmpl_rpi_offset, hdr_tmpl, in lpfc_sli4_post_rpi_hdr()
19761 hdr_tmpl, rpi_page->page_count); in lpfc_sli4_post_rpi_hdr()
19763 hdr_tmpl->rpi_paddr_lo = putPaddrLow(rpi_page->dmabuf->phys); in lpfc_sli4_post_rpi_hdr()
19764 hdr_tmpl->rpi_paddr_hi = putPaddrHigh(rpi_page->dmabuf->phys); in lpfc_sli4_post_rpi_hdr()
19766 shdr = (union lpfc_sli4_cfg_shdr *) &hdr_tmpl->header.cfg_shdr; in lpfc_sli4_post_rpi_hdr()