Home | History | Annotate | Download | only in ena-com

Lines Matching defs:pkt_ctrl

111 	struct ena_com_llq_pkt_ctrl *pkt_ctrl = &io_sq->llq_buf_ctrl;
113 u8 *bounce_buffer = pkt_ctrl->curr_bounce_buf;
139 struct ena_com_llq_pkt_ctrl *pkt_ctrl = &io_sq->llq_buf_ctrl;
143 bounce_buffer = pkt_ctrl->curr_bounce_buf;
150 sq_desc = bounce_buffer + pkt_ctrl->idx * io_sq->desc_entry_size;
151 pkt_ctrl->idx++;
152 pkt_ctrl->descs_left_in_line--;
159 struct ena_com_llq_pkt_ctrl *pkt_ctrl = &io_sq->llq_buf_ctrl;
166 if (pkt_ctrl->idx) {
168 pkt_ctrl->curr_bounce_buf);
169 pkt_ctrl->curr_bounce_buf =
175 pkt_ctrl->idx = 0;
176 pkt_ctrl->descs_left_in_line = llq_info->descs_num_before_header;
189 struct ena_com_llq_pkt_ctrl *pkt_ctrl = &io_sq->llq_buf_ctrl;
192 if (!pkt_ctrl->descs_left_in_line) {
194 pkt_ctrl->curr_bounce_buf);
196 pkt_ctrl->curr_bounce_buf =
201 pkt_ctrl->idx = 0;
203 pkt_ctrl->descs_left_in_line = 1;
205 pkt_ctrl->descs_left_in_line =