Home
last modified time | relevance | path

Searched refs:scqe (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/atm/
H A Didt77252.h148 struct scqe struct
157 #define SCQ_SIZE (SCQ_ENTRIES * sizeof(struct scqe))
162 struct scqe *base;
163 struct scqe *next;
164 struct scqe *last;
789 struct scqe tbd; /* Transmit Buffer Descriptor */
H A Dnicstar.c1631 ns_scqe scqe; in ns_send() local
1675 scqe.word_2 = cpu_to_le32(NS_PRV_DMA(skb)); in ns_send()
1676 scqe.word_3 = cpu_to_le32(skb->len); in ns_send()
1677 scqe.word_4 = in ns_send()
1686 scqe.word_2 = cpu_to_le32(NS_PRV_DMA(skb) + NS_AAL0_HEADER); in ns_send()
1687 scqe.word_3 = cpu_to_le32(0x00000000); in ns_send()
1690 scqe.word_4 = in ns_send()
1693 scqe.word_4 |= in ns_send()
1701 scqe.word_1 = ns_tbd_mkword_1_novbr(flags, (u32) buflen); in ns_send()
1704 scqe in ns_send()
[all...]
H A Didt77252.c707 struct scqe *tbd; in push_on_scq()
834 struct scqe *tbd; in queue_skb()
/kernel/linux/linux-6.6/drivers/atm/
H A Didt77252.h148 struct scqe struct
157 #define SCQ_SIZE (SCQ_ENTRIES * sizeof(struct scqe))
162 struct scqe *base;
163 struct scqe *next;
164 struct scqe *last;
789 struct scqe tbd; /* Transmit Buffer Descriptor */
H A Dnicstar.c1627 ns_scqe scqe; in _ns_send() local
1671 scqe.word_2 = cpu_to_le32(NS_PRV_DMA(skb)); in _ns_send()
1672 scqe.word_3 = cpu_to_le32(skb->len); in _ns_send()
1673 scqe.word_4 = in _ns_send()
1682 scqe.word_2 = cpu_to_le32(NS_PRV_DMA(skb) + NS_AAL0_HEADER); in _ns_send()
1683 scqe.word_3 = cpu_to_le32(0x00000000); in _ns_send()
1686 scqe.word_4 = in _ns_send()
1689 scqe.word_4 |= in _ns_send()
1697 scqe.word_1 = ns_tbd_mkword_1_novbr(flags, (u32) buflen); in _ns_send()
1700 scqe in _ns_send()
[all...]
H A Didt77252.c707 struct scqe *tbd; in push_on_scq()
834 struct scqe *tbd; in queue_skb()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dcq.c1192 void *scqe; in copy_resize_cqes() local
1207 scqe = get_sw_cqe(cq, i); in copy_resize_cqes()
1208 scqe64 = ssize == 64 ? scqe : scqe + 64; in copy_resize_cqes()
1209 start_cqe = scqe; in copy_resize_cqes()
1210 if (!scqe) { in copy_resize_cqes()
1220 memcpy(dcqe, scqe, dsize); in copy_resize_cqes()
1224 scqe = get_sw_cqe(cq, i); in copy_resize_cqes()
1225 scqe64 = ssize == 64 ? scqe : scqe in copy_resize_cqes()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dcq.c1213 void *scqe; in copy_resize_cqes() local
1228 scqe = get_sw_cqe(cq, i); in copy_resize_cqes()
1229 scqe64 = ssize == 64 ? scqe : scqe + 64; in copy_resize_cqes()
1230 start_cqe = scqe; in copy_resize_cqes()
1231 if (!scqe) { in copy_resize_cqes()
1241 memcpy(dcqe, scqe, dsize); in copy_resize_cqes()
1245 scqe = get_sw_cqe(cq, i); in copy_resize_cqes()
1246 scqe64 = ssize == 64 ? scqe : scqe in copy_resize_cqes()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Dt4.h186 } scqe; member
277 #define CQE_WRID_SQ_IDX(x) ((x)->u.scqe.cidx)
278 #define CQE_WRID_FR_STAG(x) (be32_to_cpu((x)->u.scqe.stag))
H A Dcq.c303 read_cqe->u.scqe.cidx = wq->sq.oldest_read->idx; in create_read_req_cqe()
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Dt4.h186 } scqe; member
277 #define CQE_WRID_SQ_IDX(x) ((x)->u.scqe.cidx)
278 #define CQE_WRID_FR_STAG(x) (be32_to_cpu((x)->u.scqe.stag))
H A Dcq.c303 read_cqe->u.scqe.cidx = wq->sq.oldest_read->idx; in create_read_req_cqe()

Completed in 26 milliseconds