Home
last modified time | relevance | path

Searched refs:dcb (Results 1 – 18 of 18) sorted by relevance

/freebsd-10-stable/sys/dev/cxgbe/firmware/
Dt4fw_cfg.txt141 dcb = none
149 dcb = none
157 dcb = none
165 dcb = none
Dt5fw_cfg.txt186 dcb = none
194 dcb = none
202 dcb = none
210 dcb = none
Dt6fw_cfg.txt258 dcb = none
266 dcb = none
Dt5fw_cfg_fpga.txt433 dcb = ppp, dcbx # configure for DCB PPP and enable DCBX offload
441 dcb = ppp, dcbx
449 dcb = ppp, dcbx
457 dcb = ppp, dcbx
Dt4fw_cfg_uwire.txt509 dcb = ppp, dcbx # configure for DCB PPP and enable DCBX offload
520 dcb = ppp, dcbx
531 dcb = ppp, dcbx
542 dcb = ppp, dcbx
Dt5fw_cfg_uwire.txt556 dcb = ppp, dcbx # configure for DCB PPP and enable DCBX offload
568 dcb = ppp, dcbx
580 dcb = ppp, dcbx
592 dcb = ppp, dcbx
Dt6fw_cfg_fpga.txt455 dcb = ppp, dcbx, b2b # configure for DCB PPP and enable DCBX offload
465 dcb = ppp, dcbx, b2b
Dt6fw_cfg_uwire.txt561 dcb = ppp, dcbx # configure for DCB PPP and enable DCBX offload
572 dcb = ppp, dcbx
Dt4fw_interface.h7348 } dcb; member
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Ddmu_tx.c1546 dmu_tx_callback_t *dcb; in dmu_tx_callback_register() local
1548 dcb = kmem_alloc(sizeof (dmu_tx_callback_t), KM_SLEEP); in dmu_tx_callback_register()
1550 dcb->dcb_func = func; in dmu_tx_callback_register()
1551 dcb->dcb_data = data; in dmu_tx_callback_register()
1553 list_insert_tail(&tx->tx_callbacks, dcb); in dmu_tx_callback_register()
1562 dmu_tx_callback_t *dcb; in dmu_tx_do_callbacks() local
1564 while ((dcb = list_head(cb_list)) != NULL) { in dmu_tx_do_callbacks()
1565 list_remove(cb_list, dcb); in dmu_tx_do_callbacks()
1566 dcb->dcb_func(dcb->dcb_data, error); in dmu_tx_do_callbacks()
1567 kmem_free(dcb, sizeof (dmu_tx_callback_t)); in dmu_tx_do_callbacks()
/freebsd-10-stable/sys/cam/scsi/
Dscsi_cd.h708 struct scsi_read_dvd_struct_data_generic_dcb dcb; member
/freebsd-10-stable/contrib/ntp/sntp/libevent/
Dlistener.c596 accepted_socket_invoke_user_cb(struct event_callback *dcb, void *arg) in accepted_socket_invoke_user_cb() argument
/freebsd-10-stable/sys/dev/ixl/
Di40e_type.h322 bool dcb; member
Di40e_common.c3415 p->dcb = TRUE; in i40e_parse_discover_capabilities()
5656 hw->dev_caps.dcb = msg->vf_offload_flags & in i40e_vf_parse_hw_config()
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
DPPCInstrFormats.td570 // DCB_Form - Form X instruction, used for dcb* instructions.
/freebsd-10-stable/contrib/binutils/gas/
DChangeLog-92951696 * read.c (potable): Add dcb, dcb.b, dcb.d, dcb.l, dcb.s, dcb.w,
1697 dcb.x, ds.d, ds.p, ds.s, ds.x, elsec, endc, fail, format, llen,
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
Dt4fw_interface.h5830 } dcb; member
/freebsd-10-stable/contrib/gcc/cp/
DChangeLog-19953508 Sun Jan 15 22:17:32 1995 David Binderman <dcb@lovat.fmrco.COM>