Lines Matching full:packet

69  * cmdq_pkt_create() - create a CMDQ packet
73 * Return: CMDQ packet pointer
78 * cmdq_pkt_destroy() - destroy the CMDQ packet
79 * @pkt: the CMDQ packet
84 * cmdq_pkt_write() - append write command to the CMDQ packet
85 * @pkt: the CMDQ packet
95 * cmdq_pkt_write_mask() - append write command with mask to the CMDQ packet
96 * @pkt: the CMDQ packet
108 * cmdq_pkt_read_s() - append read_s command to the CMDQ packet
109 * @pkt: the CMDQ packet
120 * cmdq_pkt_write_s() - append write_s command to the CMDQ packet
121 * @pkt: the CMDQ packet
137 * cmdq_pkt_write_s_mask() - append write_s with mask command to the CMDQ packet
138 * @pkt: the CMDQ packet
155 * cmdq_pkt_write_s_value() - append write_s command to the CMDQ packet which
157 * @pkt: the CMDQ packet
169 * packet which write value to a physical
171 * @pkt: the CMDQ packet
183 * cmdq_pkt_wfe() - append wait for event command to the CMDQ packet
184 * @pkt: the CMDQ packet
193 * cmdq_pkt_clear_event() - append clear event command to the CMDQ packet
194 * @pkt: the CMDQ packet
202 * cmdq_pkt_set_event() - append set event command to the CMDQ packet
203 * @pkt: the CMDQ packet
211 * cmdq_pkt_poll() - Append polling command to the CMDQ packet, ask GCE to
216 * @pkt: the CMDQ packet
227 * cmdq_pkt_poll_mask() - Append polling command to the CMDQ packet, ask GCE to
232 * @pkt: the CMDQ packet
244 * cmdq_pkt_assign() - Append logic assign command to the CMDQ packet, ask GCE
248 * @pkt: the CMDQ packet
257 * cmdq_pkt_jump() - Append jump command to the CMDQ packet, ask GCE
260 * @pkt: the CMDQ packet
269 * @pkt: the CMDQ packet
277 * packet and call back at the end of done packet
278 * @pkt: the CMDQ packet
279 * @cb: called at the end of done packet
284 * Trigger CMDQ to asynchronously execute the CMDQ packet and call back
285 * at the end of done packet. Note that this is an ASYNC function. When the
292 * cmdq_pkt_flush() - trigger CMDQ to execute the CMDQ packet
293 * @pkt: the CMDQ packet
297 * Trigger CMDQ to execute the CMDQ packet. Note that this is a