Home
last modified time | relevance | path

Searched refs:tx_pkt (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_llpi.c551 KASSERT((con->tx_pkt == NULL), in ng_l2cap_lp_send()
613 if (con->tx_pkt == NULL) in ng_l2cap_lp_send()
614 con->tx_pkt = m_last = m0; in ng_l2cap_lp_send()
635 while (con->tx_pkt != NULL) { in ng_l2cap_lp_send()
636 m = con->tx_pkt->m_nextpkt; in ng_l2cap_lp_send()
637 m_freem(con->tx_pkt); in ng_l2cap_lp_send()
638 con->tx_pkt = m; in ng_l2cap_lp_send()
808 if (con->tx_pkt == NULL) in ng_l2cap_lp_deliver()
811 if (con->tx_pkt == NULL) in ng_l2cap_lp_deliver()
824 while (con->pending < con->l2cap->num_pkts && con->tx_pkt != NULL) { in ng_l2cap_lp_deliver()
[all …]
H A Dng_l2cap_misc.c256 while (con->tx_pkt != NULL) { in ng_l2cap_free_con()
257 struct mbuf *m = con->tx_pkt->m_nextpkt; in ng_l2cap_free_con()
259 m_freem(con->tx_pkt); in ng_l2cap_free_con()
260 con->tx_pkt = m; in ng_l2cap_free_con()
H A Dng_l2cap_var.h127 struct mbuf *tx_pkt; /* xmitted L2CAP packet */ member
H A Dng_l2cap_main.c579 if (con->tx_pkt != NULL) in ng_l2cap_default_rcvmsg()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_iwarp.c2326 struct ecore_ll2_tx_pkt_info tx_pkt; in ecore_iwarp_recycle_pkt() local
2330 OSAL_MEM_ZERO(&tx_pkt, sizeof(tx_pkt)); in ecore_iwarp_recycle_pkt()
2331 tx_pkt.num_of_bds = 1; in ecore_iwarp_recycle_pkt()
2332 tx_pkt.tx_dest = ECORE_LL2_TX_DEST_DROP; in ecore_iwarp_recycle_pkt()
2333 tx_pkt.l4_hdr_offset_w = fpdu->pkt_hdr_size >> 2; in ecore_iwarp_recycle_pkt()
2334 tx_pkt.first_frag = fpdu->pkt_hdr; in ecore_iwarp_recycle_pkt()
2335 tx_pkt.first_frag_len = fpdu->pkt_hdr_size; in ecore_iwarp_recycle_pkt()
2337 tx_pkt.cookie = buf; in ecore_iwarp_recycle_pkt()
2343 &tx_pkt, true); in ecore_iwarp_recycle_pkt()
2347 (long unsigned int)tx_pkt.first_frag, in ecore_iwarp_recycle_pkt()
[all …]
H A Decore_ll2.c688 struct ecore_ll2_tx_pkt_info tx_pkt; in ecore_ooo_submit_tx_buffers() local
705 OSAL_MEM_ZERO(&tx_pkt, sizeof(tx_pkt)); in ecore_ooo_submit_tx_buffers()
706 tx_pkt.num_of_bds = 1; in ecore_ooo_submit_tx_buffers()
707 tx_pkt.vlan = p_buffer->vlan; in ecore_ooo_submit_tx_buffers()
708 tx_pkt.bd_flags = bd_flags; in ecore_ooo_submit_tx_buffers()
709 tx_pkt.l4_hdr_offset_w = l4_hdr_offset_w; in ecore_ooo_submit_tx_buffers()
710 tx_pkt.tx_dest = (enum ecore_ll2_tx_dest)p_ll2_conn->tx_dest; in ecore_ooo_submit_tx_buffers()
711 tx_pkt.first_frag = first_frag; in ecore_ooo_submit_tx_buffers()
712 tx_pkt.first_frag_len = p_buffer->packet_length; in ecore_ooo_submit_tx_buffers()
713 tx_pkt.cookie = p_buffer; in ecore_ooo_submit_tx_buffers()
[all …]
H A Dmcp_private.h357 u8 tx_pkt[ECP_MAX_PKT_SIZE]; member
/freebsd/contrib/libfido2/src/
H A Dio.c34 tx_pkt(fido_dev_t *d, const void *pkt, size_t len, int *ms)
63 if (len > sizeof(pkt) || (n = tx_pkt(d, pkt, len, ms)) < 0 || in tx_empty()
90 if (len > sizeof(pkt) || (n = tx_pkt(d, pkt, len, ms)) < 0 || in tx_preamble()
115 if (len > sizeof(pkt) || (n = tx_pkt(d, pkt, len, ms)) < 0 || in tx_frame()
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_udma_regs_m2s.h236 uint32_t tx_pkt; member
H A Dal_hal_udma_debug.c188 AL_UDMA_PRINT_REG(udma, " ", "\n", m2s, m2s_stat, tx_pkt); in al_udma_regs_m2s_stat_print()
/freebsd/contrib/libfido2/fuzz/
H A Dfunctions.txt632 io.c:tx_pkt 7 0 100.00% 10 0 100.00%
/freebsd/sys/contrib/dev/rtw89/
H A Dfw.c4717 le32_encode_bits(ch_info->tx_pkt, RTW89_H2C_CHINFO_W1_TX) |
5969 ch_info->tx_pkt = true;
5995 ch_info->tx_pkt = true;
6005 ch_info->tx_pkt = false;
H A Dfw.h325 u8 tx_pkt:1;
261 u8 tx_pkt:1; global() member