Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/agere/
H A Det131x.c368 struct tcb *send_head; member
1768 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()
2807 tx_ring->send_head = tcb->next; in et131x_handle_send_pkts()
[all …]
/linux/drivers/crypto/hisilicon/sec2/
H A Dsec.h169 u16 send_head; member
H A Dsec_crypto.c219 req->sec_sqe.type2.tag = cpu_to_le16((u16)qp_ctx->send_head); in qp_send_message()
220 qp_ctx->req_list[qp_ctx->send_head] = req; in qp_send_message()
229 qp_ctx->send_head = (qp_ctx->send_head + 1) % qp_ctx->qp->sq_depth; in qp_send_message()
640 qp_ctx->send_head = 0; in sec_create_qp_ctx()