Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_hw.c10511 uint8_t *mqecpy; in __ocs_hw_port_realloc_cb() local
10525 mqecpy = ocs_malloc(hw->os, SLI4_BMBX_SIZE, OCS_M_ZERO | OCS_M_NOWAIT); in __ocs_hw_port_realloc_cb()
10526 if (mqecpy == NULL) { in __ocs_hw_port_realloc_cb()
10530 ocs_memcpy(mqecpy, mqe, SLI4_BMBX_SIZE); in __ocs_hw_port_realloc_cb()
10532 ocs_sm_post_event(&sport->ctx, evt, mqecpy); in __ocs_hw_port_realloc_cb()