Home
last modified time | relevance | path

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

12

/freebsd/sys/netinet/
H A Dip_divert.c91 #define DCBHASH(dcb) ((dcb)->dcb_port % DIVHASHSIZE) argument
170 struct divcb *dcb; in divert_packet() local
276 SLIST_FOREACH(dcb, &V_divhash[DIVHASH(nport)], dcb_next) in divert_packet()
277 if (dcb->dcb_port == nport) in divert_packet()
280 if (dcb != NULL) { in divert_packet()
281 struct socket *sa = dcb->dcb_socket; in divert_packet()
565 struct divcb *dcb; in div_attach() local
576 dcb = malloc(sizeof(*dcb), M_PCB, M_WAITOK); in div_attach()
577 dcb->dcb_bound = DCB_UNBOUND; in div_attach()
578 dcb->dcb_socket = so; in div_attach()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mp-evk.dts225 snps,dcb-algorithm;
230 snps,dcb-algorithm;
235 snps,dcb-algorithm;
240 snps,dcb-algorithm;
245 snps,dcb-algorithm;
255 snps,dcb-algorithm;
261 snps,dcb-algorithm;
267 snps,dcb-algorithm;
273 snps,dcb-algorithm;
279 snps,dcb
[all...]
H A Dimx8mp-verdin.dtsi231 snps,dcb-algorithm;
237 snps,dcb-algorithm;
243 snps,dcb-algorithm;
249 snps,dcb-algorithm;
255 snps,dcb-algorithm;
266 snps,dcb-algorithm;
271 snps,dcb-algorithm;
276 snps,dcb-algorithm;
281 snps,dcb-algorithm;
286 snps,dcb
[all...]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsa8540p-ride.dts201 snps,dcb-algorithm;
208 snps,dcb-algorithm;
231 snps,dcb-algorithm;
235 snps,dcb-algorithm;
278 snps,dcb-algorithm;
285 snps,dcb-algorithm;
308 snps,dcb-algorithm;
312 snps,dcb-algorithm;
H A Dsa8155p-adp.dts351 snps,dcb-algorithm;
364 snps,dcb-algorithm;
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_cfg.txt212 dcb = none
220 dcb = none
228 dcb = none
236 dcb = none
H A Dt5fw_cfg.txt257 dcb = none
265 dcb = none
273 dcb = none
281 dcb = none
H A Dt5fw_cfg_hashfilter.txt260 dcb = none
268 dcb = none
276 dcb = none
284 dcb = none
H A Dt6fw_cfg_hashfilter.txt241 dcb = none
249 dcb = none
H A Dt6fw_cfg.txt259 dcb = none
267 dcb = none
H A 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
H A 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
H A 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
H A Dt6fw_cfg_fpga.txt455 dcb = ppp, dcbx, b2b # configure for DCB PPP and enable DCBX offload
465 dcb = ppp, dcbx, b2b
H A Dt6fw_cfg_uwire.txt572 dcb = ppp, dcbx # configure for DCB PPP and enable DCBX offload
583 dcb = ppp, dcbx
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_tx.c1390 dmu_tx_callback_t *dcb; in dmu_tx_callback_register() local
1392 dcb = kmem_alloc(sizeof (dmu_tx_callback_t), KM_SLEEP); in dmu_tx_callback_register()
1394 dcb->dcb_func = func; in dmu_tx_callback_register()
1395 dcb->dcb_data = data; in dmu_tx_callback_register()
1397 list_insert_tail(&tx->tx_callbacks, dcb); in dmu_tx_callback_register()
1406 dmu_tx_callback_t *dcb; in dmu_tx_do_callbacks() local
1408 while ((dcb = list_remove_tail(cb_list)) != NULL) { in dmu_tx_do_callbacks()
1409 dcb->dcb_func(dcb->dcb_data, error); in dmu_tx_do_callbacks()
1410 kmem_free(dcb, sizeof (dmu_tx_callback_t)); in dmu_tx_do_callbacks()
/freebsd/sys/dev/axgbe/
H A Dxgbe-drv.c175 hw_feat->dcb = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, DCBEN); in xgbe_get_all_hw_features()
283 hw_feat->dcb ? "yes" : "no"); in xgbe_get_all_hw_features()
H A Dxgbe.h977 unsigned int dcb; /* DCB Feature */ member
/freebsd/sys/amd64/amd64/
H A Dlocore.S189 .dcb.l 16,0
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt2712e.dtsi703 snps,dcb-algorithm;
714 snps,dcb-algorithm;
719 snps,dcb-algorithm;
724 snps,dcb-algorithm;
H A Dmt8195.dtsi1307 snps,dcb-algorithm;
1311 snps,dcb-algorithm;
1315 snps,dcb-algorithm;
1319 snps,dcb-algorithm;
1329 snps,dcb-algorithm;
1334 snps,dcb-algorithm;
1339 snps,dcb-algorithm;
1344 snps,dcb-algorithm;
/freebsd/sys/dev/iavf/
H A Diavf_type.h242 bool dcb; member
/freebsd/sys/cam/scsi/
H A Dscsi_cd.h715 struct scsi_read_dvd_struct_data_generic_dcb dcb; member
/freebsd/sys/dev/ice/
H A Dice_dcb.c1242 if (!hw->func_caps.common_cap.dcb) in ice_init_dcb()
1284 if (!hw->func_caps.common_cap.dcb) in ice_cfg_lldp_mib_change()
/freebsd/contrib/ntp/sntp/libevent/
H A Dlistener.c606 accepted_socket_invoke_user_cb(struct event_callback *dcb, void *arg) in accepted_socket_invoke_user_cb() argument

12