Searched refs:mqe (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_hw.c | 96 static int32_t ocs_hw_cb_host_stat(ocs_hw_t *hw, int32_t status, uint8_t *mqe, void *arg); 97 static void ocs_hw_dmtf_clp_cb(ocs_hw_t *hw, int32_t status, uint8_t *mqe, void *arg); 142 static int32_t __ocs_hw_port_realloc_cb(ocs_hw_t *hw, int32_t status, uint8_t *mqe, void *arg); 2574 ocs_hw_cb_port_control(ocs_hw_t *hw, int32_t status, uint8_t *mqe, void *arg) in ocs_hw_cb_port_control() argument 2576 ocs_free(hw->os, mqe, SLI4_BMBX_SIZE); in ocs_hw_cb_port_control() 5184 ocs_hw_cb_fw_write(ocs_hw_t *hw, int32_t status, uint8_t *mqe, void *arg) in ocs_hw_cb_fw_write() argument 5187 sli4_cmd_sli_config_t* mbox_rsp = (sli4_cmd_sli_config_t*) mqe; in ocs_hw_cb_fw_write() 5198 ocs_free(hw->os, mqe, SLI4_BMBX_SIZE); in ocs_hw_cb_fw_write() 5232 ocs_hw_cb_sfp(ocs_hw_t *hw, int32_t status, uint8_t *mqe, void *arg) in ocs_hw_cb_sfp() argument 5255 ocs_free(hw->os, mqe, SLI4_BMBX_SIZE); in ocs_hw_cb_sfp() [all …]
|
H A D | ocs_xport.c | 694 ocs_xport_post_node_event_cb(ocs_hw_t *hw, int32_t status, uint8_t *mqe, void *arg) in ocs_xport_post_node_event_cb() argument
|
H A D | ocs_hw_queues.c | 2294 ocs_hw_rqpair_auto_xfer_rdy_move_to_port_cb(ocs_hw_t *hw, int32_t status, uint8_t *mqe, void *arg) in ocs_hw_rqpair_auto_xfer_rdy_move_to_port_cb() argument 2300 ocs_free(hw->os, mqe, SLI4_BMBX_SIZE); in ocs_hw_rqpair_auto_xfer_rdy_move_to_port_cb()
|
H A D | ocs_hw.h | 1427 typedef int32_t (*ocs_hw_async_cb_t)(ocs_hw_t *hw, int32_t status, uint8_t *mqe, void *arg);
|
H A D | ocs_ioctl.c | 71 __ocs_ioctl_mbox_cb(ocs_hw_t *hw, int32_t status, uint8_t *mqe, void *arg) in __ocs_ioctl_mbox_cb() argument
|
H A D | ocs_scsi.c | 961 ocs_scsi_check_pending_async_cb(ocs_hw_t *hw, int32_t status, uint8_t *mqe, void *arg) in ocs_scsi_check_pending_async_cb() argument
|
/freebsd/sys/powerpc/powermac/ |
H A D | macio.c | 192 struct macio_quirk_entry *mqe; in macio_get_quirks() local 194 for (mqe = macio_quirks; mqe->mq_name != NULL; mqe++) in macio_get_quirks() 195 if (strcmp(name, mqe->mq_name) == 0) in macio_get_quirks() 196 return (mqe->mq_quirks); in macio_get_quirks()
|