Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/ena-com/ | |
ena_eth_com.c | 111 struct ena_com_llq_pkt_ctrl *pkt_ctrl = &io_sq->llq_buf_ctrl; local in function:ena_com_write_header_to_bounce 113 u8 *bounce_buffer = pkt_ctrl->curr_bounce_buf; 139 struct ena_com_llq_pkt_ctrl *pkt_ctrl = &io_sq->llq_buf_ctrl; local in function:get_sq_desc_llq 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; local in function:ena_com_close_bounce_buffer 166 if (pkt_ctrl->idx) { 168 pkt_ctrl->curr_bounce_buf) 189 struct ena_com_llq_pkt_ctrl *pkt_ctrl = &io_sq->llq_buf_ctrl; local in function:ena_com_sq_update_llq_tail [all...] |