Lines Matching full:packet
63 * cmdq_pkt_create() - create a CMDQ packet
67 * Return: CMDQ packet pointer
72 * cmdq_pkt_destroy() - destroy the CMDQ packet
73 * @pkt: the CMDQ packet
78 * cmdq_pkt_write() - append write command to the CMDQ packet
79 * @pkt: the CMDQ packet
89 * cmdq_pkt_write_mask() - append write command with mask to the CMDQ packet
90 * @pkt: the CMDQ packet
102 * cmdq_pkt_read_s() - append read_s command to the CMDQ packet
103 * @pkt: the CMDQ packet
114 * cmdq_pkt_write_s() - append write_s command to the CMDQ packet
115 * @pkt: the CMDQ packet
131 * cmdq_pkt_write_s_mask() - append write_s with mask command to the CMDQ packet
132 * @pkt: the CMDQ packet
149 * cmdq_pkt_write_s_value() - append write_s command to the CMDQ packet which
151 * @pkt: the CMDQ packet
163 * packet which write value to a physical
165 * @pkt: the CMDQ packet
177 * cmdq_pkt_wfe() - append wait for event command to the CMDQ packet
178 * @pkt: the CMDQ packet
187 * cmdq_pkt_clear_event() - append clear event command to the CMDQ packet
188 * @pkt: the CMDQ packet
196 * cmdq_pkt_set_event() - append set event command to the CMDQ packet
197 * @pkt: the CMDQ packet
205 * cmdq_pkt_poll() - Append polling command to the CMDQ packet, ask GCE to
210 * @pkt: the CMDQ packet
221 * cmdq_pkt_poll_mask() - Append polling command to the CMDQ packet, ask GCE to
226 * @pkt: the CMDQ packet
238 * cmdq_pkt_assign() - Append logic assign command to the CMDQ packet, ask GCE
242 * @pkt: the CMDQ packet
251 * cmdq_pkt_jump() - Append jump command to the CMDQ packet, ask GCE
254 * @pkt: the CMDQ packet
263 * @pkt: the CMDQ packet
271 * packet and call back at the end of done packet
272 * @pkt: the CMDQ packet
276 * Trigger CMDQ to asynchronously execute the CMDQ packet and call back
277 * at the end of done packet. Note that this is an ASYNC function. When the