Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_lockf.c1860 struct lockdesc *ldesc; in lf_iteratelocks_sysid() local
1880 ldesc = malloc(sizeof(struct lockdesc), M_LOCKF, in lf_iteratelocks_sysid()
1882 ldesc->vp = lf->lf_vnode; in lf_iteratelocks_sysid()
1883 vref(ldesc->vp); in lf_iteratelocks_sysid()
1884 ldesc->fl.l_start = lf->lf_start; in lf_iteratelocks_sysid()
1886 ldesc->fl.l_len = 0; in lf_iteratelocks_sysid()
1888 ldesc->fl.l_len = in lf_iteratelocks_sysid()
1890 ldesc->fl.l_whence = SEEK_SET; in lf_iteratelocks_sysid()
1891 ldesc->fl.l_type = F_UNLCK; in lf_iteratelocks_sysid()
1892 ldesc->fl.l_pid = lf->lf_owner->lo_pid; in lf_iteratelocks_sysid()
[all …]
/freebsd/sys/dev/firewire/
H A Dfwohci.c1339 int idb, z, i, dmach = 0, ldesc; local
1372 ldesc = db_tr->dbcnt - 1;
1375 db[ldesc].db.desc.depend = db[0].db.desc.depend;
1379 db[ldesc].db.desc.cmd,
1398 int idb, z, i, dmach = 0, ldesc; local
1440 ldesc = db_tr->dbcnt - 1;
1441 FWOHCI_DMA_WRITE(db[ldesc].db.desc.depend,
1446 db[ldesc].db.desc.cmd,
1449 db[ldesc].db.desc.depend,
1506 int cycle_match, cycle_now, s, ldesc; local
[all …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dhw.c358 struct hal_rx_desc *ldesc) in ath11k_hw_ipq8074_rx_desc_copy_attn_end() argument
360 memcpy((u8 *)&fdesc->u.ipq8074.msdu_end, (u8 *)&ldesc->u.ipq8074.msdu_end, in ath11k_hw_ipq8074_rx_desc_copy_attn_end()
362 memcpy((u8 *)&fdesc->u.ipq8074.attention, (u8 *)&ldesc->u.ipq8074.attention, in ath11k_hw_ipq8074_rx_desc_copy_attn_end()
364 memcpy((u8 *)&fdesc->u.ipq8074.mpdu_end, (u8 *)&ldesc->u.ipq8074.mpdu_end, in ath11k_hw_ipq8074_rx_desc_copy_attn_end()
535 struct hal_rx_desc *ldesc) in ath11k_hw_qcn9074_rx_desc_copy_attn_end() argument
537 memcpy((u8 *)&fdesc->u.qcn9074.msdu_end, (u8 *)&ldesc->u.qcn9074.msdu_end, in ath11k_hw_qcn9074_rx_desc_copy_attn_end()
539 memcpy((u8 *)&fdesc->u.qcn9074.attention, (u8 *)&ldesc->u.qcn9074.attention, in ath11k_hw_qcn9074_rx_desc_copy_attn_end()
541 memcpy((u8 *)&fdesc->u.qcn9074.mpdu_end, (u8 *)&ldesc->u.qcn9074.mpdu_end, in ath11k_hw_qcn9074_rx_desc_copy_attn_end()
706 struct hal_rx_desc *ldesc) in ath11k_hw_wcn6855_rx_desc_copy_attn_end() argument
708 memcpy((u8 *)&fdesc->u.wcn6855.msdu_end, (u8 *)&ldesc->u.wcn6855.msdu_end, in ath11k_hw_wcn6855_rx_desc_copy_attn_end()
[all …]
H A Dhw.h265 struct hal_rx_desc *ldesc);
H A Ddp_rx.c242 struct hal_rx_desc *ldesc) in ath11k_dp_rx_desc_end_tlv_copy() argument
244 ab->hw_params.hw_ops->rx_desc_copy_attn_end_tlv(fdesc, ldesc); in ath11k_dp_rx_desc_end_tlv_copy()
1792 struct hal_rx_desc *ldesc; in ath11k_dp_rx_msdu_coalesce() local
1809 ldesc = (struct hal_rx_desc *)last->data; in ath11k_dp_rx_msdu_coalesce()
1810 rxcb->is_first_msdu = ath11k_dp_rx_h_msdu_end_first_msdu(ab, ldesc); in ath11k_dp_rx_msdu_coalesce()
1811 rxcb->is_last_msdu = ath11k_dp_rx_h_msdu_end_last_msdu(ab, ldesc); in ath11k_dp_rx_msdu_coalesce()
1823 ath11k_dp_rx_desc_end_tlv_copy(ab, rxcb->rx_desc, ldesc); in ath11k_dp_rx_msdu_coalesce()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dhal.c403 struct hal_rx_desc *ldesc) in ath12k_hw_qcn9274_rx_desc_copy_end_tlv() argument
405 memcpy(&fdesc->u.qcn9274.msdu_end, &ldesc->u.qcn9274.msdu_end, in ath12k_hw_qcn9274_rx_desc_copy_end_tlv()
837 struct hal_rx_desc *ldesc) in ath12k_hw_wcn7850_rx_desc_copy_end_tlv() argument
839 memcpy(&fdesc->u.wcn7850.msdu_end, &ldesc->u.wcn7850.msdu_end, in ath12k_hw_wcn7850_rx_desc_copy_end_tlv()
H A Ddp_rx.c184 struct hal_rx_desc *ldesc) in ath12k_dp_rx_desc_end_tlv_copy() argument
186 ab->hw_params->hal_ops->rx_desc_copy_end_tlv(fdesc, ldesc); in ath12k_dp_rx_desc_end_tlv_copy()
1775 struct hal_rx_desc *ldesc; in ath12k_dp_rx_msdu_coalesce() local
1792 ldesc = (struct hal_rx_desc *)last->data; in ath12k_dp_rx_msdu_coalesce()
1793 rxcb->is_first_msdu = ath12k_dp_rx_h_first_msdu(ab, ldesc); in ath12k_dp_rx_msdu_coalesce()
1794 rxcb->is_last_msdu = ath12k_dp_rx_h_last_msdu(ab, ldesc); in ath12k_dp_rx_msdu_coalesce()
1806 ath12k_dp_rx_desc_end_tlv_copy(ab, rxcb->rx_desc, ldesc); in ath12k_dp_rx_msdu_coalesce()
H A Dhal.h1056 struct hal_rx_desc *ldesc);