Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/isp/
Disp_freebsd.h187 struct isp_nexus { struct
191 struct isp_nexus *next; argument
218 struct isp_nexus *nexus_hash[NEXUS_HASH_WIDTH];
219 struct isp_nexus *nexus_free_list;
Disp_pci.c1659 struct isp_nexus *n = malloc(sizeof (struct isp_nexus), M_DEVBUF, M_NOWAIT | M_ZERO); in isp_pci_mbxdma()
1749 struct isp_nexus *n = fc->nexus_free_list; in isp_pci_mbxdmafree()
Disp_freebsd.c4230 struct isp_nexus *nxp; in isp_fcp_reset_crn()
4254 struct isp_nexus *nxp; in isp_fcp_next_crn()
4275 nxp = malloc(sizeof (struct isp_nexus), M_DEVBUF, M_ZERO|M_NOWAIT); in isp_fcp_next_crn()