Searched refs:eop (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-current/sys/dev/cxgbe/cudbg/
H A Dcudbg_wtp.c328 wtp->sge_pcie_cmd_req.eop[0] = sge_dbg_reg->debug_PC_Req_EOP0_cnt;
329 wtp->sge_pcie_cmd_req.eop[1] = sge_dbg_reg->debug_PC_Req_EOP1_cnt;
337 wtp->pcie_core_cmd_req.eop[0] = ((value >> 0) & 0xFF); /*bit 0:7*/
338 wtp->pcie_core_cmd_req.eop[1] = ((value >> 8) & 0xFF); /*bit 8:15*/
344 wtp->pcie_t5_dma_stat3.eop[i] = ((value >> 16) & 0xFF);
350 wtp->sge_debug_data_high_index_6.eop[0] = ((value >> 0) & 0x0F);
352 wtp->sge_debug_data_high_index_6.eop[1] = ((value >> 8) & 0x0F);
354 wtp->sge_debug_data_high_index_6.eop[2] = ((value >> 16) & 0x0F);
356 wtp->sge_debug_data_high_index_6.eop[3] = ((value >> 24) & 0x0F);
361 wtp->sge_debug_data_high_index_3.eop[
[all...]
H A Dcudbg_entity.h418 u32 eop; member in struct:wtp_type_0
423 u32 eop[2]; member in struct:wtp_type_1
428 u32 eop[4]; member in struct:wtp_type_2
433 u32 eop[4]; member in struct:wtp_type_3
547 u32 eop[8]; /* => undef,*/ member in struct:wtp_data::_xgm_mps
/freebsd-current/sys/dev/enic/
H A Dwq_enet_desc.h41 u8 offload_mode, u8 eop, u8 cq_entry, u8 fcoe_encap,
51 (eop & 1) << WQ_ENET_FLAGS_EOP_SHIFT |
60 u8 *offload_mode, u8 *eop, u8 *cq_entry, u8 *fcoe_encap,
73 *eop = (u8)((le16_to_cpu(desc->header_length_flags) >>
39 wq_enet_desc_enc(struct wq_enet_desc *desc, u64 address, u16 length, u16 mss, u16 header_length, u8 offload_mode, u8 eop, u8 cq_entry, u8 fcoe_encap, u8 vlan_tag_insert, u16 vlan_tag, u8 loopback) argument
58 wq_enet_desc_dec(struct wq_enet_desc *desc, u64 *address, u16 *length, u16 *mss, u16 *header_length, u8 *offload_mode, u8 *eop, u8 *cq_entry, u8 *fcoe_encap, u8 *vlan_tag_insert, u16 *vlan_tag, u8 *loopback) argument
H A Dcq_enet_desc.h112 u8 ingress_port, u8 fcoe, u8 eop, u8 sop, u8 rss_type, u8 csum_not_calc,
124 (eop ? CQ_ENET_RQ_DESC_FLAGS_EOP : 0) |
165 u8 *ingress_port, u8 *fcoe, u8 *eop, u8 *sop, u8 *rss_type,
188 *eop = (completed_index_flags & CQ_ENET_RQ_DESC_FLAGS_EOP) ?
110 cq_enet_rq_desc_enc(struct cq_enet_rq_desc *desc, u8 type, u8 color, u16 q_number, u16 completed_index, u8 ingress_port, u8 fcoe, u8 eop, u8 sop, u8 rss_type, u8 csum_not_calc, u32 rss_hash, u16 bytes_written, u8 packet_error, u8 vlan_stripped, u16 vlan, u16 checksum, u8 fcoe_sof, u8 fcoe_fc_crc_ok, u8 fcoe_enc_error, u8 fcoe_eof, u8 tcp_udp_csum_ok, u8 udp, u8 tcp, u8 ipv4_csum_ok, u8 ipv6, u8 ipv4, u8 ipv4_fragment, u8 fcs_ok) argument
163 cq_enet_rq_desc_dec(struct cq_enet_rq_desc *desc, u8 *type, u8 *color, u16 *q_number, u16 *completed_index, u8 *ingress_port, u8 *fcoe, u8 *eop, u8 *sop, u8 *rss_type, u8 *csum_not_calc, u32 *rss_hash, u16 *bytes_written, u8 *packet_error, u8 *vlan_stripped, u16 *vlan_tci, u16 *checksum, u8 *fcoe_sof, u8 *fcoe_fc_crc_ok, u8 *fcoe_enc_error, u8 *fcoe_eof, u8 *tcp_udp_csum_ok, u8 *udp, u8 *tcp, u8 *ipv4_csum_ok, u8 *ipv6, u8 *ipv4, u8 *ipv4_fragment, u8 *fcs_ok) argument
H A Denic_txrx.c96 uint8_t eop = 0, cq; local
116 eop = 0;
120 eop = 1;
129 header_len, offload_mode, eop, cq, 0,
389 u8 type, color, eop, sop, ingress_port, vlan_stripped; local
401 &ingress_port, &fcoe, &eop, &sop, &rss_type,
/freebsd-current/sys/dev/sfxge/
H A Dsfxge_rx.h187 extern void sfxge_rx_qcomplete(struct sfxge_rxq *rxq, boolean_t eop);
H A Dsfxge_tx.c406 int eop; local
485 eop = (i == n_dma_seg - 1);
489 eop,
491 if (eop)
1156 boolean_t eop; local
1191 eop = (tso->out_len == 0) | (tso->packet_space == 0) |
1195 efx_tx_qdesc_dma_create(txq->common, dma_addr, n, eop, desc);
H A Dsfxge_ev.c49 sfxge_ev_qcomplete(struct sfxge_evq *evq, boolean_t eop) argument
83 sfxge_rx_qcomplete(rxq, eop);
/freebsd-current/sys/dev/sfxge/common/
H A Def10_tx.c453 boolean_t eop = ebp->eb_eop; local
467 size_t, size, boolean_t, eop);
471 ESF_DZ_TX_KER_CONT, (eop) ? 0 : 1,
594 __in boolean_t eop,
604 size_t, size, boolean_t, eop);
608 ESF_DZ_TX_KER_CONT, (eop) ? 0 : 1,
590 ef10_tx_qdesc_dma_create( __in efx_txq_t *etp, __in efsys_dma_addr_t addr, __in size_t size, __in boolean_t eop, __out efx_desc_t *edp) argument
H A Defx_tx.c114 __in boolean_t eop,
611 __in boolean_t eop,
620 etxop->etxo_qdesc_dma_create(etp, addr, size, eop, edp);
1057 __in boolean_t eop,
1069 size_t, size, boolean_t, eop);
1072 FSF_AZ_TX_KER_CONT, eop ? 0 : 1,
607 efx_tx_qdesc_dma_create( __in efx_txq_t *etp, __in efsys_dma_addr_t addr, __in size_t size, __in boolean_t eop, __out efx_desc_t *edp) argument
1053 siena_tx_qdesc_dma_create( __in efx_txq_t *etp, __in efsys_dma_addr_t addr, __in size_t size, __in boolean_t eop, __out efx_desc_t *edp) argument
H A Defx_filter.c1129 __in efx_oword_t *eop)
1139 eop, B_TRUE);
1145 eop, B_TRUE);
1153 eop, B_TRUE);
1159 eop, B_TRUE);
1125 siena_filter_push_entry( __inout efx_nic_t *enp, __in siena_filter_type_t type, __in int index, __in efx_oword_t *eop) argument
/freebsd-current/sys/dev/ixgbe/
H A Dix_txrx.c403 bool eop; local
423 eop = ((staterr & IXGBE_RXD_STAT_EOP) != 0);
426 if (eop && (staterr & IXGBE_RXDADV_ERR_FRAME_ERR_MASK) != 0) {
441 } while (!eop);
/freebsd-current/sys/dev/vmware/vmxnet3/
H A Dif_vmxreg.h101 uint32_t eop:1; /* End of packet */ member in struct:vmxnet3_txdesc
144 uint32_t eop:1; /* End of packet */ member in struct:vmxnet3_rxcompdesc
H A Dif_vmx.c1330 txd->eop = 0;
1341 txd->eop = 1;
1478 expect_sop = rxcd->eop;
1480 if (rxcd->eop && (rxcd->len != 0))
1526 KASSERT(rxcd->sop && rxcd->eop,
1527 ("%s: zero-length packet without both sop and eop set",
1617 } while (!rxcd->eop);
/freebsd-current/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_fw_comp.h386 * @param eop EOP Flag, 0 restore, 1 don't restore
400 sop, eop, bfinal, cnv, cnvnr, cnvdfx, crc) \
402 ((eop & ICP_QAT_FW_COMP_EOP_MASK) << ICP_QAT_FW_COMP_EOP_BITPOS) | \
/freebsd-current/sys/dev/igc/
H A Digc_txrx.c465 bool eop; local
484 eop = ((staterr & IGC_RXD_STAT_EOP) == IGC_RXD_STAT_EOP);
487 if (eop && ((staterr & IGC_RXDEXT_STATERR_RXE) != 0)) {
507 } while (!eop);
/freebsd-current/sys/dev/e1000/
H A Digb_txrx.c441 bool eop; local
460 eop = ((staterr & E1000_RXD_STAT_EOP) == E1000_RXD_STAT_EOP);
463 if (eop && ((staterr & E1000_RXDEXT_ERR_FRAME_ERR_MASK) != 0)) {
483 } while (!eop);
H A Dem_txrx.c455 "tx_buffers[%d]->eop = %d ipi_new_pidx=%d\n", first, pidx_last, i);
656 bool eop; local
673 eop = (status & E1000_RXD_STAT_EOP) != 0;
691 } while (!eop);
719 bool eop; local
736 eop = (staterr & E1000_RXD_STAT_EOP) != 0;
753 } while (!eop);
/freebsd-current/sys/dev/iavf/
H A Diavf_txrx_iflib.c675 bool eop; local
702 eop = (status & (1 << IAVF_RX_DESC_STATUS_EOF_SHIFT));
709 if (eop && (error & (1 << IAVF_RX_DESC_ERROR_RXE_SHIFT))) {
719 } while (!eop);
/freebsd-current/sys/sys/
H A Dqmath.h502 #define Q_QADDSUBQ(a, b, eop) \
506 else if ((eop) == '+') { \
512 } else { /* eop == '-' */ \
563 #define Q_QADDSUBI(q, i, eop) \
568 else if ((eop) == '+') { \
575 } else { /* eop == '-' */ \
/freebsd-current/sys/dev/ice/
H A Dice_iflib_txrx.c396 bool eop; local
417 eop = (status0 & BIT(ICE_RX_FLEX_DESC_STATUS0_EOF_S));
425 } while (!eop);
427 /* End of Packet reached; cur is eop/last descriptor */
/freebsd-current/sys/dev/ixl/
H A Dixl_txrx.c668 bool eop; local
695 eop = (status & (1 << I40E_RX_DESC_STATUS_EOF_SHIFT));
702 if (eop && (error & (1 << I40E_RX_DESC_ERROR_RXE_SHIFT))) {
712 } while (!eop);
/freebsd-current/contrib/file/src/
H A Dfuncs.c573 char *eop; local
578 eop = op + len;
580 while (op < eop) {
582 CAST(size_t, eop - op), &state);
/freebsd-current/usr.bin/mt/
H A Dmt.c802 { "eop", NULL },
825 int dsreg, bop, eop, bpew; local
935 eop = req_status_items[MT_EOP].entry->value_signed;
947 if (bop > 0 || eop > 0 || bpew > 0) {
954 if (eop > 0) {
/freebsd-current/sys/dev/qat/qat_api/common/compression/
H A Ddc_datapath.c788 Cpa8U eop = ICP_QAT_FW_COMP_EOP; local
995 eop = ICP_QAT_FW_COMP_NOT_EOP;
1031 eop,

Completed in 215 milliseconds

12