Searched refs:send_head (Results 1 – 3 of 3) sorted by relevance
368 struct tcb *send_head; member1768 tx_ring->send_head = NULL; in et131x_init_send()2575 tx_ring->send_head = tcb; in nic_send_packet()2736 tcb = tx_ring->send_head; in et131x_free_busy_send_packets()2741 tx_ring->send_head = next; in et131x_free_busy_send_packets()2755 tcb = tx_ring->send_head; in et131x_free_busy_send_packets()2786 tcb = tx_ring->send_head; in et131x_handle_send_pkts()2792 tx_ring->send_head = tcb->next; in et131x_handle_send_pkts()2801 tcb = tx_ring->send_head; in et131x_handle_send_pkts()2816 tcb = tx_ring->send_head; in et131x_handle_send_pkts()[all …]
176 u16 send_head; member
224 req->sec_sqe.type2.tag = cpu_to_le16((u16)qp_ctx->send_head); in qp_send_message()225 qp_ctx->req_list[qp_ctx->send_head] = req; in qp_send_message()234 qp_ctx->send_head = (qp_ctx->send_head + 1) % qp_ctx->qp->sq_depth; in qp_send_message()639 qp_ctx->send_head = 0; in sec_create_qp_ctx()
Completed in 21 milliseconds