Lines Matching full:packet
61 * cmdq_pkt_create() - create a CMDQ packet
65 * Return: CMDQ packet pointer
70 * cmdq_pkt_destroy() - destroy the CMDQ packet
71 * @pkt: the CMDQ packet
76 * cmdq_pkt_write() - append write command to the CMDQ packet
77 * @pkt: the CMDQ packet
87 * cmdq_pkt_write_mask() - append write command with mask to the CMDQ packet
88 * @pkt: the CMDQ packet
100 * cmdq_pkt_read_s() - append read_s command to the CMDQ packet
101 * @pkt: the CMDQ packet
112 * cmdq_pkt_write_s() - append write_s command to the CMDQ packet
113 * @pkt: the CMDQ packet
129 * cmdq_pkt_write_s_mask() - append write_s with mask command to the CMDQ packet
130 * @pkt: the CMDQ packet
147 * cmdq_pkt_write_s_value() - append write_s command to the CMDQ packet which
149 * @pkt: the CMDQ packet
161 * packet which write value to a physical
163 * @pkt: the CMDQ packet
175 * cmdq_pkt_wfe() - append wait for event command to the CMDQ packet
176 * @pkt: the CMDQ packet
185 * cmdq_pkt_clear_event() - append clear event command to the CMDQ packet
186 * @pkt: the CMDQ packet
194 * cmdq_pkt_set_event() - append set event command to the CMDQ packet
195 * @pkt: the CMDQ packet
203 * cmdq_pkt_poll() - Append polling command to the CMDQ packet, ask GCE to
208 * @pkt: the CMDQ packet
219 * cmdq_pkt_poll_mask() - Append polling command to the CMDQ packet, ask GCE to
224 * @pkt: the CMDQ packet
236 * cmdq_pkt_assign() - Append logic assign command to the CMDQ packet, ask GCE
240 * @pkt: the CMDQ packet
249 * cmdq_pkt_jump() - Append jump command to the CMDQ packet, ask GCE
252 * @pkt: the CMDQ packet
261 * @pkt: the CMDQ packet
269 * packet and call back at the end of done packet
270 * @pkt: the CMDQ packet
274 * Trigger CMDQ to asynchronously execute the CMDQ packet and call back
275 * at the end of done packet. Note that this is an ASYNC function. When the