OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gt32toh
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/marvell/
if_gfe.c
121
#define
gt32toh
(a) be32toh(a)
macro
124
#define
gt32toh
(a) le32toh(a)
macro
882
cmdsts =
gt32toh
(rxd->ed_cmdsts);
890
buflen =
gt32toh
(rxd->ed_lencnt) & 0xffff;
1018
if (RX_CMD_O &
gt32toh
(rxd->ed_cmdsts))
1214
cmdsts =
gt32toh
(txd2->ed_cmdsts);
1229
if (
gt32toh
(txq->txq_descs[nextin].ed_cmdsts) & TX_CMD_O) {
1242
txq->txq_inptr =
gt32toh
(txd2->ed_bufptr) - txq->txq_buf_busaddr;
1243
pktlen = (
gt32toh
(txd2->ed_lencnt) >> 16) & 0xffff;
1375
if ((cmdsts =
gt32toh
(txd->ed_cmdsts)) & TX_CMD_O)
[
all
...]
if_gfe.c
121
#define
gt32toh
(a) be32toh(a)
macro
124
#define
gt32toh
(a) le32toh(a)
macro
882
cmdsts =
gt32toh
(rxd->ed_cmdsts);
890
buflen =
gt32toh
(rxd->ed_lencnt) & 0xffff;
1018
if (RX_CMD_O &
gt32toh
(rxd->ed_cmdsts))
1214
cmdsts =
gt32toh
(txd2->ed_cmdsts);
1229
if (
gt32toh
(txq->txq_descs[nextin].ed_cmdsts) & TX_CMD_O) {
1242
txq->txq_inptr =
gt32toh
(txd2->ed_bufptr) - txq->txq_buf_busaddr;
1243
pktlen = (
gt32toh
(txd2->ed_lencnt) >> 16) & 0xffff;
1375
if ((cmdsts =
gt32toh
(txd->ed_cmdsts)) & TX_CMD_O)
[
all
...]
Completed in 31 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025