Searched refs:txhdr (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/usb/net/
H A Dif_axge.c637 uint32_t txhdr; local
667 txhdr = htole32(m->m_pkthdr.len);
668 usbd_copy_in(pc, 0, &txhdr, sizeof(txhdr));
669 txhdr = 0;
670 txhdr = htole32(txhdr);
671 usbd_copy_in(pc, 4, &txhdr, sizeof(txhdr));
676 txhdr |
[all...]
H A Dif_smsc.c1144 uint32_t txhdr; local
1174 txhdr = SMSC_TX_CTRL_0_BUF_SIZE(m->m_pkthdr.len) |
1176 txhdr = htole32(txhdr);
1177 usbd_copy_in(pc, 0, &txhdr, sizeof(txhdr));
1179 txhdr = SMSC_TX_CTRL_1_PKT_LENGTH(m->m_pkthdr.len);
1180 txhdr = htole32(txhdr);
1181 usbd_copy_in(pc, 4, &txhdr, sizeo
[all...]
/freebsd-11-stable/sys/dev/netmap/
H A Dif_vtnet_netmap.h69 struct vtnet_tx_header *txhdr = cookie; local
70 m = txhdr->vth_mbuf;
72 uma_zfree(vtnet_tx_header_zone, txhdr);
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c955 struct bwn_txhdr txhdr; local
972 error = bwn_set_txhdr(mac, ni, m, &txhdr, BWN_PIO_COOKIE(tq, tp));
1003 (const uint8_t *)&txhdr, BWN_HDRSIZE(mac));
1013 (const uint8_t *)&txhdr, BWN_HDRSIZE(mac));
6185 struct mbuf *m, struct bwn_txhdr *txhdr, uint16_t cookie)
6205 memset(txhdr, 0, sizeof(*txhdr));
6242 txhdr->phyrate = (BWN_ISOFDMRATE(rate)) ? bwn_plcp_getofdm(rate) :
6244 bcopy(wh->i_fc, txhdr->macfc, sizeof(txhdr
6184 bwn_set_txhdr(struct bwn_mac *mac, struct ieee80211_node *ni, struct mbuf *m, struct bwn_txhdr *txhdr, uint16_t cookie) argument
[all...]
/freebsd-11-stable/sys/dev/virtio/network/
H A Dif_vtnet.c1970 struct vtnet_tx_header *txhdr; local
1982 while ((txhdr = virtqueue_drain(vq, &last)) != NULL) {
1984 m_freem(txhdr->vth_mbuf);
1985 uma_zfree(vtnet_tx_header_zone, txhdr);
2143 struct vtnet_tx_header *txhdr)
2157 error = sglist_append(sg, &txhdr->vth_uhdr, sc->vtnet_hdr_size);
2175 txhdr->vth_mbuf = m;
2176 error = virtqueue_enqueue(vq, txhdr, sg, sg->sg_nseg, 0);
2191 struct vtnet_tx_header *txhdr; local
2199 txhdr
2142 vtnet_txq_enqueue_buf(struct vtnet_txq *txq, struct mbuf **m_head, struct vtnet_tx_header *txhdr) argument
2466 struct vtnet_tx_header *txhdr; local
[all...]
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.c426 kwr->u.txhdr.ctxlen =
428 kwr->u.txhdr.dualck_to_txvalid =
437 memcpy(kwr->u.txhdr.txsalt, kctx->tx.salt, SALT_SIZE);
438 kwr->u.txhdr.dualck_to_txvalid &=
441 kwr->u.txhdr.dualck_to_txvalid = htons(kwr->u.txhdr.dualck_to_txvalid);
H A Dt4_tls.h309 } txhdr; member in union:tls_keyctx::key_ctx

Completed in 147 milliseconds