Home
last modified time | relevance | path

Searched defs:bn (Results 1 – 11 of 11) sorted by relevance

/drivers/net/bonding/
Dbond_procfs.c286 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()
Dbond_sysfs.c54 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()
Dbond_main.c4711 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/
Dbsr.c180 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/
Ddm-btree.c1000 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/
Dene_ub6250.c695 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/
Dpcie-mediatek.c359 u32 bn = bus->number; in mtk_pcie_config_read() local
379 u32 bn = bus->number; in mtk_pcie_config_write() local
/drivers/staging/speakup/
Dmain.c870 static int bn; variable
890 int i, bn; in get_sentence_buf() local
/drivers/net/ethernet/chelsio/cxgb/
Dvsc7326_reg.h87 #define REG_TRAFFIC_SHAPER_BUCKET(ie,bn) CRA(0x2,ie&1,0x0a + (bn>7) | ((bn&7)<<4)) argument
/drivers/infiniband/hw/mlx4/
Dmad.c226 u32 bn, pkey_change_bitmap; in smp_snoop() local
/drivers/md/
Draid5.c4312 sector_t bn = raid5_compute_blocknr(sh, i, 1); in handle_stripe_expansion() local