Home
last modified time | relevance | path

Searched refs:cso (Results 1 – 11 of 11) sorted by relevance

/src/sys/dev/ice/
H A Dice_common_txrx.h201 txq->stats.cso[ICE_CSO_STAT_TX_IP4]++; in ice_tx_setup_offload()
214 txq->stats.cso[ICE_CSO_STAT_TX_IP6]++; in ice_tx_setup_offload()
218 txq->stats.cso[ICE_CSO_STAT_TX_L3_ERR]++; in ice_tx_setup_offload()
234 txq->stats.cso[ICE_CSO_STAT_TX_TCP]++; in ice_tx_setup_offload()
242 txq->stats.cso[ICE_CSO_STAT_TX_UDP]++; in ice_tx_setup_offload()
250 txq->stats.cso[ICE_CSO_STAT_TX_SCTP]++; in ice_tx_setup_offload()
254 txq->stats.cso[ICE_CSO_STAT_TX_L4_ERR]++; in ice_tx_setup_offload()
326 rxq->stats.cso[ICE_CSO_STAT_RX_IP6_ERR]++; in ice_rx_checksum()
337 rxq->stats.cso[ICE_CSO_STAT_RX_IP4_ERR]++; in ice_rx_checksum()
341 rxq->stats.cso[ICE_CSO_STAT_RX_L3_ERR]++; in ice_rx_checksum()
[all …]
H A Dice_lib.h475 u64 cso[ICE_CSO_STAT_TX_COUNT]; member
489 u64 cso[ICE_CSO_STAT_RX_COUNT]; member
H A Dice_lib.c4880 stat += vsi->tx_queues[i].stats.cso[type]; in ice_sysctl_tx_cso_stat()
4911 stat += vsi->rx_queues[i].stats.cso[type]; in ice_sysctl_rx_cso_stat()
4951 stat += vsi->rx_queues[i].stats.cso[type]; in ice_sysctl_rx_errors_stat()
/src/sys/dev/sound/pci/
H A Dt4dwave.c69 u_int32_t cso, alpha, fms, fmc, ec; member
419 ch->cso &= 0x0000ffff; in tr_wrch()
421 cr[0]=(ch->cso<<16) | (ch->alpha<<4) | (ch->fms); in tr_wrch()
425 ch->cso &= 0x00ffffff; in tr_wrch()
427 cr[0]=((ch->delta & 0xff)<<24) | (ch->cso); in tr_wrch()
467 ch->cso= (cr[0] & 0xffff0000) >> 16; in tr_rdch()
474 ch->cso= (cr[0] & 0x00ffffff); in tr_rdch()
559 ch->cso = 0; in trpchan_trigger()
584 return ch->cso * ch->buffer->align; in trpchan_getptr()
/src/sys/dev/isp/
H A Disp_freebsd.c943 struct ccb_scsiio *cso; in isp_target_start_ctio() local
969 cso = &ccb->csio; in isp_target_start_ctio()
970 xfrlen = cso->dxfer_len; in isp_target_start_ctio()
980 atp = isp_find_atpd(isp, XS_CHANNEL(ccb), cso->tag_id); in isp_target_start_ctio()
982 …isp_prt(isp, ISP_LOGERR, "%s: [0x%x] cannot find private data adjunct in %s", __func__, cso->tag_i… in isp_target_start_ctio()
993 …isp_prt(isp, ISP_LOGERR, "%s: [0x%x] not sending a CTIO for a dead command", __func__, cso->tag_id… in isp_target_start_ctio()
1004 …%s: [0x%x] stopping sending a CTIO because we're no longer in target mode", __func__, cso->tag_id); in isp_target_start_ctio()
1015 …INFO, "[0x%x] handling only %d CCBs at a time (flags for this ccb: 0x%x)", cso->tag_id, ATPD_CCB_O… in isp_target_start_ctio()
1035 cso->tag_id, atp->orig_datalen, atp->bytes_xfered, atp->bytes_in_transit); in isp_target_start_ctio()
1052 sense_length = cso->sense_len; in isp_target_start_ctio()
[all …]
/src/sys/dev/igc/
H A Digc_hw.h202 u8 cso; /* Checksum offset */ member
/src/sys/dev/e1000/
H A De1000_hw.h507 u8 cso; /* Checksum offset */ member
/src/contrib/file/magic/Magdir/
H A Dconsole862 !:ext ciso/cso
870 !:ext ciso/cso
888 # .cso files
/src/usr.sbin/bhyve/
H A Dpci_e82545.c153 uint8_t cso; /* Checksum offset */ member
1178 dsc->td.lower.flags.cso; in e82545_transmit()
/src/usr.sbin/services_mkdb/
H A Dservices200 csnet-ns 105/tcp cso-ns cso #Mailbox Name Nameserver
201 csnet-ns 105/udp cso-ns cso #Mailbox Name Nameserver
/src/sys/dev/ixgbe/
H A Dixgbe_type.h3371 u8 cso; /* Checksum offset */ member