| /linux-4.4.14/drivers/net/ethernet/freescale/ | 
| D | fec_main.c | 224 struct bufdesc *fec_enet_get_nextdesc(struct bufdesc *bdp,  in fec_enet_get_nextdesc()255 struct bufdesc *fec_enet_get_prevdesc(struct bufdesc *bdp,  in fec_enet_get_prevdesc()
 284 static int fec_enet_get_bd_index(struct bufdesc *base, struct bufdesc *bdp,  in fec_enet_get_bd_index()
 323 	struct bufdesc *bdp;  in fec_dump()  local
 373 	struct bufdesc *bdp = txq->cur_tx;  in fec_enet_txq_submit_frag_skb()  local
 458 	struct bufdesc *bdp, *last_bdp;  in fec_enet_txq_submit_skb()  local
 577 			  struct bufdesc *bdp, int index, char *data,  in fec_enet_txq_put_data_tso()
 638 			 struct bufdesc *bdp, int index)  in fec_enet_txq_put_hdr_tso()
 697 	struct bufdesc *bdp = txq->cur_tx;  in fec_enet_txq_submit_tso()  local
 812 	struct bufdesc *bdp;  in fec_enet_bd_init()  local
 [all …]
 
 | 
| D | gianfar.c | 155 static void gfar_init_rxbdp(struct gfar_priv_rx_q *rx_queue, struct rxbd8 *bdp,  in gfar_init_rxbdp()2284 static inline struct txbd8 *skip_txbd(struct txbd8 *bdp, int stride,  in skip_txbd()
 2292 static inline struct txbd8 *next_txbd(struct txbd8 *bdp, struct txbd8 *base,  in next_txbd()
 2661 	struct txbd8 *bdp, *next = NULL;  in gfar_clean_tx_ring()  local
 2797 	struct rxbd8 *bdp;  in gfar_alloc_rx_buffs()  local
 3075 	struct rxbd8 *bdp;  in gfar_clean_rx_ring()  local
 
 | 
| D | gianfar.h | 272 #define skip_bd(bdp, stride, base, ring_size) ({ \  argument276 #define next_bd(bdp, base, ring_size) skip_bd(bdp, 1, base, ring_size)  argument
 1303 static inline void gfar_clear_txbd_status(struct txbd8 *bdp)  in gfar_clear_txbd_status()
 1321 	struct rxbd8 *bdp;  in gfar_rxbd_dma_lastfree()  local
 
 | 
| /linux-4.4.14/arch/ia64/mm/ | 
| D | discontig.c | 78 	struct bootmem_data *bdp = &bootmem_node_data[node];  in build_node_maps()  local271 	struct bootmem_data *bdp = &bootmem_node_data[node];  in fill_pernode()  local
 328 	struct bootmem_data *bdp = &bootmem_node_data[node];  in find_pernode_space()  local
 390 	struct bootmem_data *bdp;  in reserve_pernode_space()  local
 559 		struct bootmem_data *bdp;  in find_memory()  local
 
 | 
| /linux-4.4.14/drivers/tty/serial/cpm_uart/ | 
| D | cpm_uart_core.c | 85 	cbd_t __iomem *bdp = pinfo->tx_bd_base;  in cpm_uart_tx_empty()  local252 	cbd_t __iomem *bdp;  in cpm_uart_int_rx()  local
 686 	cbd_t __iomem *bdp;  in cpm_uart_tx_pump()  local
 764 	cbd_t __iomem *bdp;  in cpm_uart_initbd()  local
 983 	cbd_t __iomem *bdp, *bdbase;  in cpm_uart_early_write()  local
 1065 	volatile cbd_t	*bdp;  in poll_wait_key()  local
 
 | 
| /linux-4.4.14/drivers/net/ethernet/freescale/fs_enet/ | 
| D | fs_enet-main.c | 88 	cbd_t __iomem *bdp;  in fs_enet_rx_napi()  local220 	cbd_t __iomem *bdp;  in fs_enet_tx_napi()  local
 392 	cbd_t __iomem *bdp;  in fs_init_bds()  local
 443 	cbd_t __iomem *bdp;  in fs_cleanup_bds()  local
 515 	cbd_t __iomem *bdp;  in fs_enet_start_xmit()  local
 
 | 
| /linux-4.4.14/drivers/net/ethernet/aeroflex/ | 
| D | greth.c | 399 	struct greth_bd *bdp;  in greth_start_xmit()  local468 	struct greth_bd *bdp;  in greth_start_xmit_gbit()  local
 624 	struct greth_bd *bdp;  in greth_clean_tx()  local
 678 	struct greth_bd *bdp, *bdp_last_frag;  in greth_clean_tx_gbit()  local
 744 	struct greth_bd *bdp;  in greth_rx()  local
 859 	struct greth_bd *bdp;  in greth_rx_gbit()  local
 
 | 
| /linux-4.4.14/drivers/tty/serial/ | 
| D | ucc_uart.c | 259 	struct qe_bd *bdp = qe_port->tx_bd_base;  in qe_uart_tx_empty()  local331 	struct qe_bd *bdp;  in qe_uart_tx_pump()  local
 465 	struct qe_bd *bdp;  in qe_uart_int_rx()  local
 596 	struct qe_bd *bdp;  in qe_uart_initbd()  local
 
 | 
| /linux-4.4.14/drivers/video/backlight/ | 
| D | cr_bllcd.c | 177 	struct backlight_device *bdp;  in cr_backlight_probe()  local
 | 
| /linux-4.4.14/arch/x86/platform/uv/ | 
| D | tlb_uv.c | 1922 	struct uvhub_desc *bdp;  in get_cpu_topology()  local1996 static int scan_sock(struct socket_desc *sdp, struct uvhub_desc *bdp,  in scan_sock()
 2050 		struct uvhub_desc *bdp;  in summarize_uvhub_sockets()  local
 
 | 
| /linux-4.4.14/lib/ | 
| D | decompress_bunzip2.c | 628 static int INIT start_bunzip(struct bunzip_data **bdp, void *inbuf, long len,  in start_bunzip()
 | 
| /linux-4.4.14/drivers/scsi/ | 
| D | qla1280.c | 695 	struct qla_boards *bdp;  in qla1280_info()  local4228 	struct qla_boards *bdp = &ql1280_board_tbl[devnum];  in qla1280_probe_one()  local
 
 |