Home
last modified time | relevance | path

Searched refs:pkt_ctrl (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/amazon/ena/
H A Dena_eth_com.c93 struct ena_com_llq_pkt_ctrl *pkt_ctrl = &io_sq->llq_buf_ctrl; in ena_com_write_header_to_bounce() local
95 u8 *bounce_buffer = pkt_ctrl->curr_bounce_buf; in ena_com_write_header_to_bounce()
122 struct ena_com_llq_pkt_ctrl *pkt_ctrl = &io_sq->llq_buf_ctrl; in get_sq_desc_llq() local
126 bounce_buffer = pkt_ctrl->curr_bounce_buf; in get_sq_desc_llq()
133 sq_desc = bounce_buffer + pkt_ctrl->idx * io_sq->desc_entry_size; in get_sq_desc_llq()
134 pkt_ctrl->idx++; in get_sq_desc_llq()
135 pkt_ctrl->descs_left_in_line--; in get_sq_desc_llq()
142 struct ena_com_llq_pkt_ctrl *pkt_ctrl = &io_sq->llq_buf_ctrl; in ena_com_close_bounce_buffer() local
150 if (likely(pkt_ctrl->idx)) { in ena_com_close_bounce_buffer()
152 pkt_ctrl->curr_bounce_buf); in ena_com_close_bounce_buffer()
[all …]