Searched refs:msg_slots (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/misc/mei/
H A Dinterrupt.c172 u32 msg_slots; mei_cl_irq_disconnect_rsp() local
177 msg_slots = mei_data2slots(sizeof(struct hbm_client_connect_response)); mei_cl_irq_disconnect_rsp()
179 if (slots < msg_slots) mei_cl_irq_disconnect_rsp()
207 u32 msg_slots; mei_cl_irq_disconnect() local
210 msg_slots = mei_data2slots(sizeof(struct hbm_client_connect_request)); mei_cl_irq_disconnect()
213 if (slots < msg_slots) mei_cl_irq_disconnect()
247 u32 msg_slots; mei_cl_irq_read() local
251 msg_slots = mei_data2slots(sizeof(struct hbm_flow_control)); mei_cl_irq_read()
254 if (slots < msg_slots) mei_cl_irq_read()
284 u32 msg_slots; mei_cl_irq_connect() local
288 msg_slots = mei_data2slots(sizeof(struct hbm_client_connect_request)); mei_cl_irq_connect()
294 if (slots < msg_slots) mei_cl_irq_connect()
H A Dclient.c1102 u32 msg_slots; mei_cl_irq_write() local
1124 msg_slots = mei_data2slots(len); mei_cl_irq_write()
1131 if (slots >= msg_slots) { mei_cl_irq_write()
1136 msg_slots = slots; mei_cl_irq_write()
/linux-4.1.27/include/drm/
H A Ddrm_dp_mst_helper.h99 * @msg_slots: one bit per transmitted msg slot.
119 int msg_slots; member in struct:drm_dp_mst_branch
/linux-4.1.27/drivers/misc/sgi-xp/
H A Dxpc_uv.c1149 * Allocate msg_slots associated with the channel.
1178 * Free up msg_slots and clear other stuff that were setup for the specified
1617 * We don't worry about putting these msg_slots on the free list since the
1618 * msg_slots themselves are about to be kfree'd.

Completed in 172 milliseconds