Searched refs:mbc (Results 1 – 15 of 15) sorted by relevance
| /drivers/mailbox/ |
| A D | bcm-pdc-mailbox.c | 289 struct mbox_controller mbc; member 589 mbc = &pdcs->mbc; in pdc_receive_one() 590 chan = &mbc->chans[0]; in pdc_receive_one() 1440 mbc = &pdcs->mbc; in pdc_mb_init() 1441 mbc->dev = dev; in pdc_mb_init() 1443 mbc->num_chans = 1; in pdc_mb_init() 1444 mbc->chans = devm_kcalloc(dev, mbc->num_chans, sizeof(*mbc->chans), in pdc_mb_init() 1446 if (!mbc->chans) in pdc_mb_init() 1449 mbc->txdone_irq = false; in pdc_mb_init() 1450 mbc->txdone_poll = true; in pdc_mb_init() [all …]
|
| /drivers/net/ethernet/amd/xgbe/ |
| A D | xgbe-dcb.c | 111 pfc->mbc = pdata->pfc->mbc; in xgbe_dcb_ieee_getpfc() 125 pfc->pfc_cap, pfc->pfc_en, pfc->mbc, pfc->delay); in xgbe_dcb_ieee_setpfc()
|
| /drivers/net/ethernet/freescale/dpaa2/ |
| A D | dpaa2-eth-dcb.c | 69 if (pfc->mbc || pfc->delay) in dpaa2_eth_dcbnl_ieee_setpfc()
|
| /drivers/s390/cio/ |
| A D | chsc.h | 216 u32 mbc; member
|
| A D | scm.c | 213 scmdev_setup(scmdev, sale, scm_info->is, scm_info->mbc); in scm_add()
|
| /drivers/net/ethernet/broadcom/bnxt/ |
| A D | bnxt_dcb.c | 617 pfc->mbc = my_pfc->mbc; in bnxt_dcbnl_ieee_getpfc()
|
| /drivers/net/ethernet/intel/i40e/ |
| A D | i40e_dcb_nl.c | 86 pfc->mbc = dcbxcfg->pfc.mbc; in i40e_dcbnl_ieee_getpfc()
|
| A D | i40e_dcb.c | 168 dcbcfg->pfc.mbc = FIELD_GET(I40E_IEEE_PFC_MBC_MASK, buf[0]); in i40e_parse_ieee_pfccfg_tlv() 1111 if (dcbcfg->pfc.mbc) in i40e_add_ieee_pfc_tlv()
|
| A D | i40e_type.h | 455 u8 mbc; member
|
| A D | i40e_debugfs.c | 1087 cfg->pfc.willing, cfg->pfc.mbc, in i40e_dbg_command_write() 1117 r_cfg->pfc.mbc, in i40e_dbg_command_write()
|
| /drivers/net/ethernet/intel/ixgbe/ |
| A D | ixgbe_dcb_nl.c | 573 pfc->mbc = my_pfc->mbc; in ixgbe_dcbnl_ieee_getpfc()
|
| /drivers/net/ethernet/intel/ice/ |
| A D | ice_dcb_nl.c | 248 pfc->mbc = dcbxcfg->pfc.mbc; in ice_dcbnl_getpfc()
|
| A D | ice_dcb.c | 266 dcbcfg->pfc.mbc = FIELD_GET(ICE_IEEE_PFC_MBC_M, buf[0]); in ice_parse_ieee_pfccfg_tlv() 1211 if (dcbcfg->pfc.mbc) in ice_add_ieee_pfc_tlv()
|
| A D | ice_type.h | 685 u8 mbc; member
|
| /drivers/net/ethernet/mellanox/mlx4/ |
| A D | en_dcb_nl.c | 420 pfc->mbc, in mlx4_en_dcbnl_ieee_setpfc()
|
Completed in 835 milliseconds