Searched refs:cso (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/dev/ice/
H A Dice_common_txrx.h201 txq->stats.cso[ICE_CSO_STAT_TX_IP4]++;
214 txq->stats.cso[ICE_CSO_STAT_TX_IP6]++;
218 txq->stats.cso[ICE_CSO_STAT_TX_L3_ERR]++;
234 txq->stats.cso[ICE_CSO_STAT_TX_TCP]++;
242 txq->stats.cso[ICE_CSO_STAT_TX_UDP]++;
250 txq->stats.cso[ICE_CSO_STAT_TX_SCTP]++;
254 txq->stats.cso[ICE_CSO_STAT_TX_L4_ERR]++;
326 rxq->stats.cso[ICE_CSO_STAT_RX_IP6_ERR]++;
337 rxq->stats.cso[ICE_CSO_STAT_RX_IP4_ERR]++;
341 rxq->stats.cso[ICE_CSO_STAT_RX_L3_ER
[all...]
H A Dice_lib.h431 u64 cso[ICE_CSO_STAT_TX_COUNT]; member in struct:tx_stats
445 u64 cso[ICE_CSO_STAT_RX_COUNT]; member in struct:rx_stats
H A Dice_lib.c4775 stat += vsi->tx_queues[i].stats.cso[type];
4806 stat += vsi->rx_queues[i].stats.cso[type];
4847 stat += vsi->rx_queues[i].stats.cso[type];
4926 cso_node = SYSCTL_ADD_NODE(ctx, parent_list, OID_AUTO, "cso", CTLFLAG_RD,
/freebsd-current/sys/dev/sound/pci/
H A Dt4dwave.c69 u_int32_t cso, alpha, fms, fmc, ec; member in struct:tr_chinfo
419 ch->cso &= 0x0000ffff;
421 cr[0]=(ch->cso<<16) | (ch->alpha<<4) | (ch->fms);
425 ch->cso &= 0x00ffffff;
427 cr[0]=((ch->delta & 0xff)<<24) | (ch->cso);
467 ch->cso= (cr[0] & 0xffff0000) >> 16;
474 ch->cso= (cr[0] & 0x00ffffff);
559 ch->cso = 0;
584 return ch->cso * sndbuf_getalign(ch->buffer);
/freebsd-current/sys/dev/isp/
H A Disp_freebsd.c924 struct ccb_scsiio *cso; local
950 cso = &ccb->csio;
951 xfrlen = cso->dxfer_len;
961 atp = isp_find_atpd(isp, XS_CHANNEL(ccb), cso->tag_id);
963 isp_prt(isp, ISP_LOGERR, "%s: [0x%x] cannot find private data adjunct in %s", __func__, cso->tag_id, __func__);
974 isp_prt(isp, ISP_LOGERR, "%s: [0x%x] not sending a CTIO for a dead command", __func__, cso->tag_id);
985 isp_prt(isp, ISP_LOGERR, "%s: [0x%x] stopping sending a CTIO because we're no longer in target mode", __func__, cso->tag_id);
996 isp_prt(isp, ISP_LOGTINFO, "[0x%x] handling only %d CCBs at a time (flags for this ccb: 0x%x)", cso->tag_id, ATPD_CCB_OUTSTANDING, ccb->ccb_h.flags);
1016 cso->tag_id, atp->orig_datalen, atp->bytes_xfered, atp->bytes_in_transit);
1033 sense_length = cso
[all...]
/freebsd-current/sys/dev/igc/
H A Digc_hw.h202 u8 cso; /* Checksum offset */ member in struct:igc_tx_desc::__anon2601::__anon2602
/freebsd-current/sys/dev/e1000/
H A De1000_hw.h507 u8 cso; /* Checksum offset */ member in struct:e1000_tx_desc::__anon2285::__anon2286
/freebsd-current/usr.sbin/bhyve/
H A Dpci_e82545.c153 uint8_t cso; /* Checksum offset */ member in struct:e1000_tx_desc::__anon950::__anon951
1178 dsc->td.lower.flags.cso;
/freebsd-current/sys/dev/ixgbe/
H A Dixgbe_type.h3301 u8 cso; /* Checksum offset */ member in struct:ixgbe_legacy_tx_desc::__anon2883::__anon2884

Completed in 215 milliseconds