Searched refs:reg_list (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/ofed/opensm/complib/
H A Dcl_dispatcher.c125 cl_qlist_init(&p_disp->reg_list);
143 while (!cl_is_qlist_empty(&p_disp->reg_list))
144 free(cl_qlist_remove_head(&p_disp->reg_list));
234 cl_qlist_insert_tail(&p_disp->reg_list, (cl_list_item_t *) p_reg);
281 cl_qlist_remove_item(&p_disp->reg_list, (cl_list_item_t *) p_reg);
/freebsd-13-stable/contrib/unbound/util/
H A Dalloc.c96 r->next = (char*)alloc->reg_list;
97 alloc->reg_list = r;
118 alloc->reg_list = NULL;
184 r = alloc->reg_list;
190 alloc->reg_list = NULL;
332 struct regional* r = alloc->reg_list;
333 alloc->reg_list = (struct regional*)r->next;
351 r->next = (char*)alloc->reg_list;
352 alloc->reg_list = r;
H A Dalloc.h97 struct regional* reg_list; member in struct:alloc_cache
/freebsd-13-stable/contrib/ofed/opensm/include/complib/
H A Dcl_dispatcher.h215 cl_qlist_t reg_list; member in struct:_cl_dispatcher
/freebsd-13-stable/sys/dev/liquidio/base/
H A Dlio_device.c919 lio_write_csr32(oct, oct->reg_list.pci_win_rd_addr_hi, addrhi);
922 val32 = lio_read_csr32(oct, oct->reg_list.pci_win_rd_addr_hi);
924 lio_write_csr32(oct, oct->reg_list.pci_win_rd_addr_lo,
926 val32 = lio_read_csr32(oct, oct->reg_list.pci_win_rd_addr_lo);
928 val64 = lio_read_csr64(oct, oct->reg_list.pci_win_rd_data);
942 lio_write_csr64(oct, oct->reg_list.pci_win_wr_addr, addr);
945 lio_write_csr32(oct, oct->reg_list.pci_win_wr_data_hi, val >> 32);
947 val32 = lio_read_csr32(oct, oct->reg_list.pci_win_wr_data_hi);
949 lio_write_csr32(oct, oct->reg_list.pci_win_wr_data_lo,
H A Dcn23xx_pf_device.c866 oct->reg_list.pci_win_wr_addr = LIO_CN23XX_SLI_WIN_WR_ADDR64;
868 oct->reg_list.pci_win_rd_addr_hi = LIO_CN23XX_SLI_WIN_RD_ADDR_HI;
869 oct->reg_list.pci_win_rd_addr_lo = LIO_CN23XX_SLI_WIN_RD_ADDR64;
870 oct->reg_list.pci_win_rd_addr = LIO_CN23XX_SLI_WIN_RD_ADDR64;
872 oct->reg_list.pci_win_wr_data_hi = LIO_CN23XX_SLI_WIN_WR_DATA_HI;
873 oct->reg_list.pci_win_wr_data_lo = LIO_CN23XX_SLI_WIN_WR_DATA_LO;
874 oct->reg_list.pci_win_wr_data = LIO_CN23XX_SLI_WIN_WR_DATA64;
876 oct->reg_list.pci_win_rd_data = LIO_CN23XX_SLI_WIN_RD_DATA64;
H A Dlio_device.h414 struct lio_reg_list reg_list; member in struct:octeon_device
/freebsd-13-stable/sys/arm64/rockchip/
H A Drk805.c90 struct reg_list { struct
91 TAILQ_ENTRY(reg_list) next;
103 TAILQ_HEAD(, reg_list) regs;
746 struct reg_list *regp;
816 struct reg_list *regp;

Completed in 166 milliseconds