OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txd_buf
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sgimips/mace/
if_mec.c
146
#define MEC_TXS_BUFLEN_MASK 0x0000007f /* data len in
txd_buf
*/
206
#define
txd_buf
txd_data.txbuf
macro
1011
m_copydata(m0, 0, len, txd->
txd_buf
+ bufoff);
1012
memset(txd->
txd_buf
+ bufoff + len, 0,
1018
m_copydata(m0, 0, len, txd->
txd_buf
+ bufoff);
1278
m_copydata(m0, 0, buflen, txd->
txd_buf
+ bufoff);
/src/sys/dev/hyperv/
if_hvn.c
174
struct mbuf *
txd_buf
;
member in struct:hvn_tx_desc
1375
m = txd->
txd_buf
;
1663
txd->
txd_buf
= m;
1730
hvn_bpf_mtap(txr, txd->
txd_buf
, BPF_D_OUT);
1732
hvn_bpf_mtap(txr, tmp_txd->
txd_buf
, BPF_D_OUT);
1751
txd->
txd_buf
= NULL;
1781
if (txd->
txd_buf
== NULL)
2287
m_freem(txd->
txd_buf
);
2288
txd->
txd_buf
= NULL;
Completed in 15 milliseconds
Indexes created Wed Sep 24 15:09:51 GMT 2025