Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h519 struct kmem_cache *fp_pkt_cache; member
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c1005 port->fp_pkt_cache = kmem_cache_create(name, in fp_attach_handler()
1010 if (port->fp_pkt_cache == NULL) { in fp_attach_handler()
1257 if (port->fp_pkt_cache != NULL) { in fp_attach_handler()
1258 kmem_cache_destroy(port->fp_pkt_cache); in fp_attach_handler()
1259 port->fp_pkt_cache = NULL; in fp_attach_handler()
1598 if (port->fp_pkt_cache != NULL) { in fp_detach_handler()
1599 kmem_cache_destroy(port->fp_pkt_cache); in fp_detach_handler()
1981 cmd = (fp_cmd_t *)kmem_cache_alloc(port->fp_pkt_cache, kmflags); in fp_alloc_pkt()
2154 kmem_cache_free(port->fp_pkt_cache, cmd); in fp_alloc_pkt()
2205 kmem_cache_free(port->fp_pkt_cache, (void *)cmd); in fp_free_pkt()