Home
last modified time | relevance | path

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

/linux/drivers/cdx/controller/
H A Dmcdi.c258 mcdi->db_held_by = cmd; in cdx_mcdi_send_request()
557 if (!mcdi->db_held_by && in cdx_mcdi_cmd_start_or_queue()
720 if (mcdi->db_held_by == cmd) in cdx_mcdi_complete_cmd()
721 mcdi->db_held_by = NULL; in cdx_mcdi_complete_cmd()
/linux/include/linux/cdx/
H A Dmcdi.h154 struct cdx_mcdi_cmd *db_held_by; member