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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h519 struct kmem_cache *fp_pkt_cache; member in struct:fc_local_port
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c1005 port->fp_pkt_cache = kmem_cache_create(name,
1010 if (port->fp_pkt_cache == NULL) {
1257 if (port->fp_pkt_cache != NULL) {
1258 kmem_cache_destroy(port->fp_pkt_cache);
1259 port->fp_pkt_cache = NULL;
1598 if (port->fp_pkt_cache != NULL) {
1599 kmem_cache_destroy(port->fp_pkt_cache);
1981 cmd = (fp_cmd_t *)kmem_cache_alloc(port->fp_pkt_cache, kmflags);
2154 kmem_cache_free(port->fp_pkt_cache, cmd);
2205 kmem_cache_free(port->fp_pkt_cache, (voi
[all...]

Completed in 66 milliseconds