Searched defs:bn (Results 1 – 11 of 11) sorted by relevance
/drivers/net/bonding/ |
D | bond_procfs.c | 286 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id); in bond_create_proc_entry() local 303 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id); in bond_remove_proc_entry() local 315 void __net_init bond_create_proc_dir(struct bond_net *bn) in bond_create_proc_dir() 328 void __net_exit bond_destroy_proc_dir(struct bond_net *bn) in bond_destroy_proc_dir()
|
D | bond_sysfs.c | 54 struct bond_net *bn = in bonding_show_bonds() local 78 static struct net_device *bond_get_by_name(struct bond_net *bn, const char *ifname) in bond_get_by_name() 98 struct bond_net *bn = in bonding_store_bonds() local 770 int bond_create_sysfs(struct bond_net *bn) in bond_create_sysfs() 803 void bond_destroy_sysfs(struct bond_net *bn) in bond_destroy_sysfs()
|
D | bond_main.c | 4711 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id); in bond_init() local 4789 struct bond_net *bn = net_generic(net, bond_net_id); in bond_net_init() local 4802 struct bond_net *bn = net_generic(net, bond_net_id); in bond_net_exit() local
|
/drivers/char/ |
D | bsr.c | 180 static int bsr_add_node(struct device_node *bn) in bsr_add_node() 285 static int bsr_create_devs(struct device_node *bn) in bsr_create_devs()
|
/drivers/md/persistent-data/ |
D | dm-btree.c | 1000 struct btree_node *bn = dm_block_data(n->b); in prefetch_values() local 1015 struct btree_node *bn = dm_block_data(n->b); in leaf_node() local 1052 struct btree_node *bn; in inc_or_backtrack() local 1075 struct btree_node *bn; in find_leaf() local 1152 struct btree_node *bn = dm_block_data(n->b); in dm_btree_cursor_get_value() local
|
/drivers/usb/storage/ |
D | ene_ub6250.c | 695 u32 bn = ((cdb[2] << 24) & 0xff000000) | ((cdb[3] << 16) & 0x00ff0000) | in sd_scsi_read() local 735 u32 bn = ((cdb[2] << 24) & 0xff000000) | ((cdb[3] << 16) & 0x00ff0000) | in sd_scsi_write() local 889 u32 bn = PhyBlockAddr * 0x20 + PageNum; in ms_read_readpage() local 1198 u32 bn = PhyBlockAddr; in ms_read_eraseblock() local 1650 u32 bn = ((cdb[2] << 24) & 0xff000000) | ((cdb[3] << 16) & 0x00ff0000) | in ms_scsi_read() local 1749 u32 bn = ((cdb[2] << 24) & 0xff000000) | in ms_scsi_write() local
|
/drivers/pci/host/ |
D | pcie-mediatek.c | 359 u32 bn = bus->number; in mtk_pcie_config_read() local 379 u32 bn = bus->number; in mtk_pcie_config_write() local
|
/drivers/staging/speakup/ |
D | main.c | 870 static int bn; variable 890 int i, bn; in get_sentence_buf() local
|
/drivers/net/ethernet/chelsio/cxgb/ |
D | vsc7326_reg.h | 87 #define REG_TRAFFIC_SHAPER_BUCKET(ie,bn) CRA(0x2,ie&1,0x0a + (bn>7) | ((bn&7)<<4)) argument
|
/drivers/infiniband/hw/mlx4/ |
D | mad.c | 226 u32 bn, pkey_change_bitmap; in smp_snoop() local
|
/drivers/md/ |
D | raid5.c | 4312 sector_t bn = raid5_compute_blocknr(sh, i, 1); in handle_stripe_expansion() local
|