Home
last modified time | relevance | path

Searched refs:cmd_type_len (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/pci/ixgbe/
H A Dix_txrx.c420 u32 olinfo_status = 0, cmd_type_len; in ixgbe_xmit() local
425 cmd_type_len = (IXGBE_ADVTXD_DTYP_DATA | in ixgbe_xmit()
429 cmd_type_len |= IXGBE_ADVTXD_DCMD_VLE; in ixgbe_xmit()
498 error = ixgbe_tx_ctx_setup(txr, m_head, &cmd_type_len, &olinfo_status); in ixgbe_xmit()
527 txd->read.cmd_type_len = htole32(cmd_type_len | seglen); in ixgbe_xmit()
534 txd->read.cmd_type_len |= htole32(IXGBE_TXD_CMD_EOP | IXGBE_TXD_CMD_RS); in ixgbe_xmit()
829 u32 *cmd_type_len, u32 *olinfo_status) in ixgbe_tx_ctx_setup() argument
852 int rv = ixgbe_tso_setup(txr, mp, cmd_type_len, olinfo_status); in ixgbe_tx_ctx_setup()
992 ixgbe_tso_setup(struct tx_ring *txr, struct mbuf *mp, u32 *cmd_type_len, in ixgbe_tso_setup() argument
1094 *cmd_type_len |= IXGBE_ADVTXD_DCMD_TSE; in ixgbe_tso_setup()
H A Dixgbe_netmap.c288 curr->read.cmd_type_len = htole32(len | flags | in ixgbe_netmap_txsync()
H A Dixgbe_type.h3361 __le32 cmd_type_len; member
/netbsd-src/sys/dev/pci/igc/
H A Digc_base.h27 uint32_t cmd_type_len; member
H A Dif_igc.c1734 uint32_t cmd_type_len = ctx_cmd_type_len | in igc_tx_common_locked() local
1738 cmd_type_len |= in igc_tx_common_locked()
1746 htolem32(&txdesc->read.cmd_type_len, cmd_type_len); in igc_tx_common_locked()
3137 txdesc->read.cmd_type_len = 0; in igc_withdraw_transmit_packets()
3180 uint32_t *cmd_type_len, uint32_t *olinfo_status) in igc_tx_ctx_setup()
3193 return igc_tso_setup(txr, mp, prod, cmd_type_len, in igc_tx_ctx_setup()
3344 uint32_t *cmd_type_len, uint32_t *olinfo_status) in igc_tso_setup()
3448 *cmd_type_len |= IGC_ADVTXD_DCMD_TSE; in igc_tso_setup()
3179 igc_tx_ctx_setup(struct tx_ring * txr,struct mbuf * mp,int prod,uint32_t * cmd_type_len,uint32_t * olinfo_status) igc_tx_ctx_setup() argument
3343 igc_tso_setup(struct tx_ring * txr,struct mbuf * mp,int prod,uint32_t * cmd_type_len,uint32_t * olinfo_status) igc_tso_setup() argument