Home
last modified time | relevance | path

Searched defs:bp (Results 1 – 200 of 266) sorted by relevance

12

/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.c35 static void storm_memset_vf_to_pf(struct bnx2x *bp, u16 abs_fid, in storm_memset_vf_to_pf()
48 static void storm_memset_func_en(struct bnx2x *bp, u16 abs_fid, in storm_memset_func_en()
61 int bnx2x_vf_idx_by_abs_fid(struct bnx2x *bp, u16 abs_vfid) in bnx2x_vf_idx_by_abs_fid()
72 struct bnx2x_virtf *bnx2x_vf_by_abs_fid(struct bnx2x *bp, u16 abs_vfid) in bnx2x_vf_by_abs_fid()
78 static void bnx2x_vf_igu_ack_sb(struct bnx2x *bp, struct bnx2x_virtf *vf, in bnx2x_vf_igu_ack_sb()
113 static bool bnx2x_validate_vf_sp_objs(struct bnx2x *bp, in bnx2x_validate_vf_sp_objs()
128 void bnx2x_vfop_qctor_dump_tx(struct bnx2x *bp, struct bnx2x_virtf *vf, in bnx2x_vfop_qctor_dump_tx()
144 void bnx2x_vfop_qctor_dump_rx(struct bnx2x *bp, struct bnx2x_virtf *vf, in bnx2x_vfop_qctor_dump_rx()
168 void bnx2x_vfop_qctor_prep(struct bnx2x *bp, in bnx2x_vfop_qctor_prep()
233 static int bnx2x_vf_queue_create(struct bnx2x *bp, in bnx2x_vf_queue_create()
[all …]
Dbnx2x_main.c301 static void __storm_memset_dma_mapping(struct bnx2x *bp, in __storm_memset_dma_mapping()
308 static void storm_memset_spq_addr(struct bnx2x *bp, in storm_memset_spq_addr()
317 static void storm_memset_vf_to_pf(struct bnx2x *bp, u16 abs_fid, in storm_memset_vf_to_pf()
330 static void storm_memset_func_en(struct bnx2x *bp, u16 abs_fid, in storm_memset_func_en()
343 static void storm_memset_eq_data(struct bnx2x *bp, in storm_memset_eq_data()
354 static void storm_memset_eq_prod(struct bnx2x *bp, u16 eq_prod, in storm_memset_eq_prod()
364 static void bnx2x_reg_wr_ind(struct bnx2x *bp, u32 addr, u32 val) in bnx2x_reg_wr_ind()
372 static u32 bnx2x_reg_rd_ind(struct bnx2x *bp, u32 addr) in bnx2x_reg_rd_ind()
390 static void bnx2x_dp_dmae(struct bnx2x *bp, in bnx2x_dp_dmae()
457 void bnx2x_post_dmae(struct bnx2x *bp, struct dmae_command *dmae, int idx) in bnx2x_post_dmae()
[all …]
Dbnx2x_dcb.c55 static void bnx2x_read_data(struct bnx2x *bp, u32 *buff, in bnx2x_read_data()
63 static void bnx2x_write_data(struct bnx2x *bp, u32 *buff, in bnx2x_write_data()
71 static void bnx2x_pfc_set(struct bnx2x *bp) in bnx2x_pfc_set()
116 static void bnx2x_pfc_clear(struct bnx2x *bp) in bnx2x_pfc_clear()
126 static void bnx2x_dump_dcbx_drv_param(struct bnx2x *bp, in bnx2x_dump_dcbx_drv_param()
172 static void bnx2x_dcbx_get_ap_priority(struct bnx2x *bp, in bnx2x_dcbx_get_ap_priority()
193 static void bnx2x_dcbx_get_ap_feature(struct bnx2x *bp, in bnx2x_dcbx_get_ap_feature()
245 static void bnx2x_dcbx_get_ets_feature(struct bnx2x *bp, in bnx2x_dcbx_get_ets_feature()
297 static void bnx2x_dcbx_get_pfc_feature(struct bnx2x *bp, in bnx2x_dcbx_get_pfc_feature()
319 static void bnx2x_dcbx_map_nw(struct bnx2x *bp) in bnx2x_dcbx_map_nw()
[all …]
Dbnx2x_cmn.c41 static void bnx2x_add_all_napi_cnic(struct bnx2x *bp) in bnx2x_add_all_napi_cnic()
53 static void bnx2x_add_all_napi(struct bnx2x *bp) in bnx2x_add_all_napi()
65 static int bnx2x_calc_num_queues(struct bnx2x *bp) in bnx2x_calc_num_queues()
90 static inline void bnx2x_move_fp(struct bnx2x *bp, int from, int to) in bnx2x_move_fp()
147 void bnx2x_fill_fw_str(struct bnx2x *bp, char *buf, size_t buf_len) in bnx2x_fill_fw_str()
173 static void bnx2x_shrink_eth_fp(struct bnx2x *bp, int delta) in bnx2x_shrink_eth_fp()
197 static u16 bnx2x_free_tx_pkt(struct bnx2x *bp, struct bnx2x_fp_txdata *txdata, in bnx2x_free_tx_pkt()
276 int bnx2x_tx_int(struct bnx2x *bp, struct bnx2x_fp_txdata *txdata) in bnx2x_tx_int()
358 struct bnx2x *bp = fp->bp; in bnx2x_update_sge_prod() local
410 static u32 bnx2x_get_rxhash(const struct bnx2x *bp, in bnx2x_get_rxhash()
[all …]
Dbnx2x_ethtool.c192 static int bnx2x_get_port_type(struct bnx2x *bp) in bnx2x_get_port_type()
224 struct bnx2x *bp = netdev_priv(dev); in bnx2x_get_vf_settings() local
260 struct bnx2x *bp = netdev_priv(dev); in bnx2x_get_settings() local
359 struct bnx2x *bp = netdev_priv(dev); in bnx2x_set_settings() local
673 static int __bnx2x_get_preset_regs_len(struct bnx2x *bp, u32 preset) in __bnx2x_get_preset_regs_len()
689 static int __bnx2x_get_regs_len(struct bnx2x *bp) in __bnx2x_get_regs_len()
703 struct bnx2x *bp = netdev_priv(dev); in bnx2x_get_regs_len() local
726 static const u32 *__bnx2x_get_page_addr_ar(struct bnx2x *bp) in __bnx2x_get_page_addr_ar()
736 static u32 __bnx2x_get_page_reg_num(struct bnx2x *bp) in __bnx2x_get_page_reg_num()
746 static const u32 *__bnx2x_get_page_write_ar(struct bnx2x *bp) in __bnx2x_get_page_write_ar()
[all …]
Dbnx2x_vfpf.c29 static void bnx2x_add_tlv(struct bnx2x *bp, void *tlvs_list, in bnx2x_add_tlv()
40 static void bnx2x_vfpf_prep(struct bnx2x *bp, struct vfpf_first_tlv *first_tlv, in bnx2x_vfpf_prep()
59 static void bnx2x_vfpf_finalize(struct bnx2x *bp, in bnx2x_vfpf_finalize()
69 static void *bnx2x_search_tlv_list(struct bnx2x *bp, void *tlvs_list, in bnx2x_search_tlv_list()
93 static void bnx2x_dp_tlv_list(struct bnx2x *bp, void *tlvs_list) in bnx2x_dp_tlv_list()
141 static int bnx2x_send_msg2pf(struct bnx2x *bp, u8 *done, dma_addr_t msg_mapping) in bnx2x_send_msg2pf()
194 static int bnx2x_get_vf_id(struct bnx2x *bp, u32 *vf_id) in bnx2x_get_vf_id()
223 int bnx2x_vfpf_acquire(struct bnx2x *bp, u8 tx_count, u8 rx_count) in bnx2x_vfpf_acquire()
396 int bnx2x_vfpf_release(struct bnx2x *bp) in bnx2x_vfpf_release()
443 int bnx2x_vfpf_init(struct bnx2x *bp) in bnx2x_vfpf_init()
[all …]
Dbnx2x_cmn.h499 static inline void bnx2x_update_rx_prod(struct bnx2x *bp, in bnx2x_update_rx_prod()
641 static inline void bnx2x_igu_ack_sb_gen(struct bnx2x *bp, u8 igu_sb_id, in bnx2x_igu_ack_sb_gen()
662 static inline void bnx2x_hc_ack_sb(struct bnx2x *bp, u8 sb_id, in bnx2x_hc_ack_sb()
683 static inline void bnx2x_ack_sb(struct bnx2x *bp, u8 igu_sb_id, u8 storm, in bnx2x_ack_sb()
703 static inline u16 bnx2x_hc_ack_int(struct bnx2x *bp) in bnx2x_hc_ack_int()
713 static inline u16 bnx2x_igu_ack_int(struct bnx2x *bp) in bnx2x_igu_ack_int()
725 static inline u16 bnx2x_ack_int(struct bnx2x *bp) in bnx2x_ack_int()
741 static inline u16 bnx2x_tx_avail(struct bnx2x *bp, in bnx2x_tx_avail()
800 static inline void bnx2x_tx_disable(struct bnx2x *bp) in bnx2x_tx_disable()
806 static inline void bnx2x_free_rx_sge(struct bnx2x *bp, in bnx2x_free_rx_sge()
[all …]
Dbnx2x_stats.c44 static inline u16 bnx2x_get_port_stats_dma_len(struct bnx2x *bp) in bnx2x_get_port_stats_dma_len()
84 static void bnx2x_dp_stats(struct bnx2x *bp) in bnx2x_dp_stats()
126 static void bnx2x_storm_stats_post(struct bnx2x *bp) in bnx2x_storm_stats_post()
152 static void bnx2x_hw_stats_post(struct bnx2x *bp) in bnx2x_hw_stats_post()
197 static void bnx2x_stats_comp(struct bnx2x *bp) in bnx2x_stats_comp()
218 static void bnx2x_stats_pmf_update(struct bnx2x *bp) in bnx2x_stats_pmf_update()
265 static void bnx2x_port_stats_init(struct bnx2x *bp) in bnx2x_port_stats_init()
487 static void bnx2x_func_stats_init(struct bnx2x *bp) in bnx2x_func_stats_init()
516 static void bnx2x_stats_start(struct bnx2x *bp) in bnx2x_stats_start()
530 static void bnx2x_stats_pmf_start(struct bnx2x *bp) in bnx2x_stats_pmf_start()
[all …]
Dbnx2x_sp.c48 static inline void bnx2x_exe_queue_init(struct bnx2x *bp, in bnx2x_exe_queue_init()
79 static inline void bnx2x_exe_queue_free_elem(struct bnx2x *bp, in bnx2x_exe_queue_free_elem()
111 static inline int bnx2x_exe_queue_add(struct bnx2x *bp, in bnx2x_exe_queue_add()
150 struct bnx2x *bp, in __bnx2x_exe_queue_reset_pending()
173 static inline int bnx2x_exe_queue_step(struct bnx2x *bp, in bnx2x_exe_queue_step()
249 struct bnx2x *bp) in bnx2x_exe_queue_alloc_elem()
283 static inline int bnx2x_state_wait(struct bnx2x *bp, int state, in bnx2x_state_wait()
318 static int bnx2x_raw_wait(struct bnx2x *bp, struct bnx2x_raw_obj *raw) in bnx2x_raw_wait()
430 static int __bnx2x_vlan_mac_h_write_trylock(struct bnx2x *bp, in __bnx2x_vlan_mac_h_write_trylock()
451 static void __bnx2x_vlan_mac_h_exec_pending(struct bnx2x *bp, in __bnx2x_vlan_mac_h_exec_pending()
[all …]
Dbnx2x_sriov.h214 #define BNX2X_NR_VIRTFN(bp) ((bp)->vfdb->sriov.nr_virtfn) argument
216 #define for_each_vf(bp, var) \ argument
227 #define HW_VF_HANDLE(bp, abs_vfid) \ argument
235 #define GET_NUM_VFS_PER_PATH(bp) 64 /* use max possible value */ argument
236 #define GET_NUM_VFS_PER_PF(bp) ((bp)->vfdb ? (bp)->vfdb->sriov.total \ argument
313 #define BP_VFDB(bp) ((bp)->vfdb) argument
316 #define BP_VF(bp, idx) ((BP_VFDB(bp) && (bp)->vfdb->vfs) ? \ argument
318 #define bnx2x_vf(bp, idx, var) ((bp)->vfdb->vfs[idx].var) argument
325 #define BP_VF_CXT_PAGE(bp, i) (&(bp)->vfdb->context[i]) argument
330 #define BP_VF_MBX_DMA(bp) (&((bp)->vfdb->mbx_dma)) argument
[all …]
Dbnx2x_init_ops.h22 #define BP_ILT(bp) NULL argument
26 #define BP_FUNC(bp) 0 argument
30 #define BP_PORT(bp) 0 argument
51 static void bnx2x_init_str_wr(struct bnx2x *bp, u32 addr, in bnx2x_init_str_wr()
60 static void bnx2x_init_ind_wr(struct bnx2x *bp, u32 addr, in bnx2x_init_ind_wr()
69 static void bnx2x_write_big_buf(struct bnx2x *bp, u32 addr, u32 len, in bnx2x_write_big_buf()
84 static void bnx2x_init_fill(struct bnx2x *bp, u32 addr, int fill, in bnx2x_init_fill()
100 static void bnx2x_write_big_buf_wb(struct bnx2x *bp, u32 addr, u32 len) in bnx2x_write_big_buf_wb()
114 static void bnx2x_init_wr_64(struct bnx2x *bp, u32 addr, in bnx2x_init_wr_64()
153 static const u8 *bnx2x_sel_blob(struct bnx2x *bp, u32 addr, in bnx2x_sel_blob()
[all …]
Dbnx2x_link.c226 static u32 bnx2x_bits_en(struct bnx2x *bp, u32 reg, u32 bits) in bnx2x_bits_en()
235 static u32 bnx2x_bits_dis(struct bnx2x *bp, u32 reg, u32 bits) in bnx2x_bits_dis()
257 struct bnx2x *bp = params->bp; in bnx2x_check_lfa() local
374 static void bnx2x_get_epio(struct bnx2x *bp, u32 epio_pin, u32 *en) in bnx2x_get_epio()
391 static void bnx2x_set_epio(struct bnx2x *bp, u32 epio_pin, u32 en) in bnx2x_set_epio()
416 static void bnx2x_set_cfg_pin(struct bnx2x *bp, u32 pin_cfg, u32 val) in bnx2x_set_cfg_pin()
429 static u32 bnx2x_get_cfg_pin(struct bnx2x *bp, u32 pin_cfg, u32 *val) in bnx2x_get_cfg_pin()
449 struct bnx2x *bp = params->bp; in bnx2x_ets_e2e3a0_disabled() local
540 struct bnx2x *bp = params->bp; in bnx2x_ets_e3b0_set_credit_upper_bound_nig() local
578 struct bnx2x *bp = params->bp; in bnx2x_ets_e3b0_nig_disabled() local
[all …]
Dbnx2x.h47 #define BNX2X_MIN_MSIX_VEC_CNT(bp) ((bp)->min_msix_vec_cnt) argument
163 #define REG_ADDR(bp, offset) ((bp->regview) + (offset)) argument
165 #define REG_RD(bp, offset) readl(REG_ADDR(bp, offset)) argument
166 #define REG_RD8(bp, offset) readb(REG_ADDR(bp, offset)) argument
167 #define REG_RD16(bp, offset) readw(REG_ADDR(bp, offset)) argument
169 #define REG_WR(bp, offset, val) writel((u32)val, REG_ADDR(bp, offset)) argument
170 #define REG_WR8(bp, offset, val) writeb((u8)val, REG_ADDR(bp, offset)) argument
171 #define REG_WR16(bp, offset, val) writew((u16)val, REG_ADDR(bp, offset)) argument
173 #define REG_RD_IND(bp, offset) bnx2x_reg_rd_ind(bp, offset) argument
174 #define REG_WR_IND(bp, offset, val) bnx2x_reg_wr_ind(bp, offset, val) argument
[all …]
Dbnx2x_dcb.h73 #define BNX2X_IS_ETS_ENABLED(bp) ((bp)->dcb_state == BNX2X_DCB_STATE_ON &&\ argument
155 #define DCBX_PFC_PRI_NON_PAUSE_MASK(bp) \ argument
157 #define DCBX_PFC_PRI_PAUSE_MASK(bp) \ argument
159 #define DCBX_PFC_PRI_GET_PAUSE(bp, pg_pri) \ argument
161 #define DCBX_PFC_PRI_GET_NON_PAUSE(bp, pg_pri) \ argument
163 #define DCBX_IS_PFC_PRI_SOME_PAUSE(bp, pg_pri) \ argument
165 #define IS_DCBX_PFC_PRI_ONLY_PAUSE(bp, pg_pri) \ argument
167 #define IS_DCBX_PFC_PRI_ONLY_NON_PAUSE(bp, pg_pri)\ argument
169 #define IS_DCBX_PFC_PRI_MIX_PAUSE(bp, pg_pri) \ argument
Dbnx2x_init.h207 static inline void bnx2x_map_q_cos(struct bnx2x *bp, u32 q_num, u32 new_cos) in bnx2x_map_q_cos()
262 static inline void bnx2x_dcb_config_qm(struct bnx2x *bp, enum cos_mode mode, in bnx2x_dcb_config_qm()
676 static inline void bnx2x_set_mcp_parity(struct bnx2x *bp, u8 enable) in bnx2x_set_mcp_parity()
693 static inline u32 bnx2x_parity_reg_mask(struct bnx2x *bp, int idx) in bnx2x_parity_reg_mask()
705 static inline void bnx2x_disable_blocks_parity(struct bnx2x *bp) in bnx2x_disable_blocks_parity()
726 static inline void bnx2x_clear_blocks_parity(struct bnx2x *bp) in bnx2x_clear_blocks_parity()
770 static inline void bnx2x_enable_blocks_parity(struct bnx2x *bp) in bnx2x_enable_blocks_parity()
/linux-4.4.14/fs/xfs/
Dxfs_buf.c48 # define XB_SET_OWNER(bp) ((bp)->b_last_holder = current->pid) argument
49 # define XB_CLEAR_OWNER(bp) ((bp)->b_last_holder = -1) argument
50 # define XB_GET_OWNER(bp) ((bp)->b_last_holder) argument
52 # define XB_SET_OWNER(bp) do { } while (0) argument
53 # define XB_CLEAR_OWNER(bp) do { } while (0) argument
54 # define XB_GET_OWNER(bp) do { } while (0) argument
63 struct xfs_buf *bp) in xfs_buf_is_vmapped()
77 struct xfs_buf *bp) in xfs_buf_vmap_len()
92 struct xfs_buf *bp) in xfs_buf_stale()
117 struct xfs_buf *bp, in xfs_buf_get_maps()
[all …]
Dxfs_trans_buf.c77 struct xfs_buf *bp, in _xfs_trans_bjoin()
118 struct xfs_buf *bp) in xfs_trans_bjoin()
141 xfs_buf_t *bp; in xfs_trans_get_buf_map() local
195 xfs_buf_t *bp; in xfs_trans_getsb() local
251 struct xfs_buf *bp = NULL; in xfs_trans_read_buf_map() local
356 xfs_buf_t *bp) in xfs_trans_brelse()
453 xfs_buf_t *bp) in xfs_trans_bhold()
473 xfs_buf_t *bp) in xfs_trans_bhold_release()
499 xfs_buf_t *bp, in xfs_trans_log_buf()
587 xfs_buf_t *bp) in xfs_trans_binval()
[all …]
Dxfs_buf.h288 #define xfs_buf_islocked(bp) \ argument
300 #define xfs_buf_zero(bp, off, len) \ argument
315 #define XFS_BUF_ZEROFLAGS(bp) \ argument
321 #define XFS_BUF_UNSTALE(bp) ((bp)->b_flags &= ~XBF_STALE) argument
322 #define XFS_BUF_ISSTALE(bp) ((bp)->b_flags & XBF_STALE) argument
324 #define XFS_BUF_DONE(bp) ((bp)->b_flags |= XBF_DONE) argument
325 #define XFS_BUF_UNDONE(bp) ((bp)->b_flags &= ~XBF_DONE) argument
326 #define XFS_BUF_ISDONE(bp) ((bp)->b_flags & XBF_DONE) argument
328 #define XFS_BUF_ASYNC(bp) ((bp)->b_flags |= XBF_ASYNC) argument
329 #define XFS_BUF_UNASYNC(bp) ((bp)->b_flags &= ~XBF_ASYNC) argument
[all …]
Dxfs_buf_item.c68 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_size_segment() local
189 struct xfs_buf *bp, in xfs_buf_item_copy_iovec()
202 struct xfs_buf *bp, in xfs_buf_item_straddle()
220 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_format_segment() local
314 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_format() local
416 xfs_buf_t *bp = bip->bli_buf; in xfs_buf_item_unpin() local
516 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_push() local
576 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_unlock() local
751 struct xfs_buf *bp, in xfs_buf_item_init()
909 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_log() local
[all …]
Dxfs_attr_inactive.c54 struct xfs_buf *bp; in xfs_attr3_leaf_freextent() local
122 struct xfs_buf *bp) in xfs_attr3_leaf_inactive()
211 struct xfs_buf *bp, in xfs_attr3_node_inactive()
331 struct xfs_buf *bp; in xfs_attr3_root_inactive() local
Dxfs_log_recover.c104 struct xfs_buf *bp; in xlog_get_bp() local
141 xfs_buf_t *bp) in xlog_put_bp()
155 struct xfs_buf *bp) in xlog_align()
172 struct xfs_buf *bp) in xlog_bread_noalign()
205 struct xfs_buf *bp, in xlog_bread()
227 struct xfs_buf *bp, in xlog_bread_offset()
257 struct xfs_buf *bp) in xlog_bwrite()
368 struct xfs_buf *bp) in xlog_recover_iodone()
394 struct xfs_buf *bp, in xlog_find_cycle_start()
444 xfs_buf_t *bp; in xlog_find_verify_cycle() local
[all …]
Dxfs_dquot.c231 xfs_buf_t *bp) in xfs_qm_init_dquot_blk()
310 xfs_buf_t *bp; in xfs_qm_dqalloc() local
465 struct xfs_buf *bp; in xfs_qm_dqtobp() local
568 struct xfs_buf *bp; in xfs_qm_dqread() local
886 struct xfs_buf *bp, in xfs_qm_dqflush_done()
932 struct xfs_buf *bp; in xfs_qm_dqflush() local
Dxfs_symlink.c52 struct xfs_buf *bp; in xfs_readlink_bmap() local
190 xfs_buf_t *bp; in xfs_symlink() local
436 xfs_buf_t *bp; in xfs_inactive_symlink_rmt() local
Dxfs_mount.c274 struct xfs_buf *bp; in xfs_readsb() local
539 struct xfs_buf *bp; in xfs_check_sizes() local
1278 struct xfs_buf *bp = mp->m_sb_bp; in xfs_getsb() local
1298 struct xfs_buf *bp = mp->m_sb_bp; in xfs_freesb() local
Dxfs_attr_list.c228 struct xfs_buf *bp; in xfs_attr_node_list() local
365 struct xfs_buf *bp, in xfs_attr3_leaf_list_int()
493 struct xfs_buf *bp; in xfs_attr_leaf_list() local
Dxfs_inode_item.c413 struct xfs_buf *bp = NULL; in xfs_inode_item_push() local
598 struct xfs_buf *bp, in xfs_iflush_done()
732 struct xfs_buf *bp, in xfs_istale_done()
Dxfs_dir2_readdir.c164 struct xfs_buf *bp; /* buffer for block */ in xfs_dir2_block_getdents() local
279 struct xfs_buf *bp = *bpp; in xfs_dir2_leaf_readbuf() local
479 struct xfs_buf *bp = NULL; /* data block buffer */ in xfs_dir2_leaf_getdents() local
Dxfs_qm.c152 struct xfs_buf *bp = NULL; in xfs_qm_dqpurge() local
470 struct xfs_buf *bp = NULL; in xfs_qm_dquot_isolate() local
812 xfs_buf_t *bp, in xfs_qm_reset_dqcounts()
875 struct xfs_buf *bp; in xfs_qm_dqiter_bufs() local
1222 struct xfs_buf *bp = NULL; in xfs_qm_flush_one() local
1359 struct xfs_buf *bp = in xfs_qm_quotacheck() local
Dxfs_fsops.c129 struct xfs_buf *bp; in xfs_growfs_get_hdr_buf() local
155 xfs_buf_t *bp; in xfs_growfs_data_private() local
Dxfs_rtalloc.c116 xfs_buf_t *bp; /* summary buffer */ in xfs_rtcopy_summary() local
768 struct xfs_buf *bp; /* temporary buffer for zeroing */ in xfs_growfs_rt_alloc() local
887 xfs_buf_t *bp; /* temporary buffer */ in xfs_growfs_rt() local
1176 struct xfs_buf *bp; /* buffer for last block of subvolume */ in xfs_rtmount_init() local
Dxfs_error.c163 struct xfs_buf *bp) in xfs_verifier_error()
Dxfs_inode.c2222 xfs_buf_t *bp; in xfs_ifree_cluster() local
3181 xfs_buf_t *bp) in xfs_iflush_cluster()
3346 struct xfs_buf *bp = NULL; in xfs_iflush() local
3447 struct xfs_buf *bp) in xfs_iflush_int()
Dxfs_dquot_item.c147 struct xfs_buf *bp = NULL; in xfs_qm_dquot_logitem_push() local
Dxfs_log.c1184 xlog_iodone(xfs_buf_t *bp) in xlog_iodone()
1350 xfs_buf_t *bp; in xlog_alloc_log() local
1709 struct xfs_buf *bp) in xlog_bdstrat()
1761 xfs_buf_t *bp; in xlog_sync() local
Dxfs_bmap_util.c353 xfs_buf_t *bp, *nbp; in xfs_bmap_count_tree() local
1129 xfs_buf_t *bp; in xfs_zero_remaining_bytes() local
Dxfs_trans.c400 xfs_buf_t *bp; in xfs_trans_apply_sb_deltas() local
Dxfs_icache.c900 struct xfs_buf *bp = NULL; in xfs_reclaim_inode() local
/linux-4.4.14/drivers/net/ethernet/broadcom/
Db44.c166 static inline unsigned long br32(const struct b44 *bp, unsigned long reg) in br32()
171 static inline void bw32(const struct b44 *bp, in bw32()
177 static int b44_wait_bit(struct b44 *bp, unsigned long reg, in b44_wait_bit()
201 static inline void __b44_cam_read(struct b44 *bp, unsigned char *data, int index) in __b44_cam_read()
223 static inline void __b44_cam_write(struct b44 *bp, unsigned char *data, int index) in __b44_cam_write()
241 static inline void __b44_disable_ints(struct b44 *bp) in __b44_disable_ints()
246 static void b44_disable_ints(struct b44 *bp) in b44_disable_ints()
254 static void b44_enable_ints(struct b44 *bp) in b44_enable_ints()
259 static int __b44_readphy(struct b44 *bp, int phy_addr, int reg, u32 *val) in __b44_readphy()
275 static int __b44_writephy(struct b44 *bp, int phy_addr, int reg, u32 val) in __b44_writephy()
[all …]
Dbnx2.c252 static inline u32 bnx2_tx_avail(struct bnx2 *bp, struct bnx2_tx_ring_info *txr) in bnx2_tx_avail()
272 bnx2_reg_rd_ind(struct bnx2 *bp, u32 offset) in bnx2_reg_rd_ind()
284 bnx2_reg_wr_ind(struct bnx2 *bp, u32 offset, u32 val) in bnx2_reg_wr_ind()
293 bnx2_shmem_wr(struct bnx2 *bp, u32 offset, u32 val) in bnx2_shmem_wr()
299 bnx2_shmem_rd(struct bnx2 *bp, u32 offset) in bnx2_shmem_rd()
305 bnx2_ctx_wr(struct bnx2 *bp, u32 cid_addr, u32 offset, u32 val) in bnx2_ctx_wr()
332 struct bnx2 *bp = netdev_priv(dev); in bnx2_drv_ctl() local
351 static void bnx2_setup_cnic_irq_info(struct bnx2 *bp) in bnx2_setup_cnic_irq_info()
381 struct bnx2 *bp = netdev_priv(dev); in bnx2_register_cnic() local
406 struct bnx2 *bp = netdev_priv(dev); in bnx2_unregister_cnic() local
[all …]
Dcnic.c1193 struct bnx2x *bp = netdev_priv(dev->netdev); in cnic_alloc_bnx2x_context() local
1241 struct bnx2x *bp = netdev_priv(dev->netdev); in cnic_alloc_bnx2x_resc() local
1393 struct bnx2x *bp = netdev_priv(dev->netdev); in cnic_submit_kwqe_16() local
1442 struct bnx2x *bp = netdev_priv(dev->netdev); in cnic_bnx2x_set_tcp_options() local
1463 struct bnx2x *bp = netdev_priv(dev->netdev); in cnic_bnx2x_iscsi_init1() local
1549 struct bnx2x *bp = netdev_priv(dev->netdev); in cnic_bnx2x_iscsi_init2() local
1689 struct bnx2x *bp = netdev_priv(dev->netdev); in cnic_setup_bnx2x_ctx() local
1878 struct bnx2x *bp = netdev_priv(dev->netdev); in cnic_bnx2x_iscsi_ofld1() local
1968 struct bnx2x *bp = netdev_priv(dev->netdev); in cnic_bnx2x_destroy_ramrod() local
2085 struct bnx2x *bp = netdev_priv(dev->netdev); in cnic_init_bnx2x_mac() local
[all …]
Dcnic.h368 #define BNX2X_CHIP_IS_E2_PLUS(bp) (CHIP_IS_E2(bp) || CHIP_IS_E3(bp)) argument
405 #define BNX2X_HW_CID(bp, x) ((BP_PORT(bp) << 23) | \ argument
410 #define BNX2X_CL_QZONE_ID(bp, cli) \ argument
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c133 static inline u32 bnxt_tx_avail(struct bnxt *bp, struct bnxt_tx_ring_info *txr) in bnxt_tx_avail()
166 struct bnxt *bp = netdev_priv(dev); in bnxt_start_xmit() local
418 static void bnxt_tx_int(struct bnxt *bp, struct bnxt_napi *bnapi, int nr_pkts) in bnxt_tx_int()
485 static inline u8 *__bnxt_alloc_rx_data(struct bnxt *bp, dma_addr_t *mapping, in __bnxt_alloc_rx_data()
505 static inline int bnxt_alloc_rx_data(struct bnxt *bp, in bnxt_alloc_rx_data()
557 static inline int bnxt_alloc_rx_page(struct bnxt *bp, in bnxt_alloc_rx_page()
597 struct bnxt *bp = bnapi->bp; in bnxt_reuse_rx_agg_bufs() local
645 static struct sk_buff *bnxt_rx_skb(struct bnxt *bp, in bnxt_rx_skb()
672 static struct sk_buff *bnxt_rx_pages(struct bnxt *bp, struct bnxt_napi *bnapi, in bnxt_rx_pages()
741 static int bnxt_agg_bufs_valid(struct bnxt *bp, struct bnxt_cp_ring_info *cpr, in bnxt_agg_bufs_valid()
[all …]
Dbnxt_sriov.c22 static int bnxt_vf_ndo_prep(struct bnxt *bp, int vf_id) in bnxt_vf_ndo_prep()
42 struct bnxt *bp = netdev_priv(dev); in bnxt_set_vf_spoofchk() local
83 struct bnxt *bp = netdev_priv(dev); in bnxt_get_vf_config() local
113 struct bnxt *bp = netdev_priv(dev); in bnxt_set_vf_mac() local
141 struct bnxt *bp = netdev_priv(dev); in bnxt_set_vf_vlan() local
176 struct bnxt *bp = netdev_priv(dev); in bnxt_set_vf_bw() local
217 struct bnxt *bp = netdev_priv(dev); in bnxt_set_vf_link_state() local
248 static int bnxt_set_vf_attr(struct bnxt *bp, int num_vfs) in bnxt_set_vf_attr()
261 static int bnxt_hwrm_func_vf_resource_free(struct bnxt *bp, int num_vfs) in bnxt_hwrm_func_vf_resource_free()
281 static void bnxt_free_vf_resources(struct bnxt *bp) in bnxt_free_vf_resources()
[all …]
Dbnxt_ethtool.c25 struct bnxt *bp = netdev_priv(dev); in bnxt_get_msglevel() local
32 struct bnxt *bp = netdev_priv(dev); in bnxt_set_msglevel() local
40 struct bnxt *bp = netdev_priv(dev); in bnxt_get_coalesce() local
57 struct bnxt *bp = netdev_priv(dev); in bnxt_set_coalesce() local
76 struct bnxt *bp = netdev_priv(dev); in bnxt_get_sset_count() local
90 struct bnxt *bp = netdev_priv(dev); in bnxt_get_ethtool_stats() local
113 struct bnxt *bp = netdev_priv(dev); in bnxt_get_strings() local
174 struct bnxt *bp = netdev_priv(dev); in bnxt_get_ringparam() local
188 struct bnxt *bp = netdev_priv(dev); in bnxt_set_ringparam() local
211 struct bnxt *bp = netdev_priv(dev); in bnxt_get_channels() local
[all …]
/linux-4.4.14/kernel/events/
Dhw_breakpoint.c83 __weak int hw_breakpoint_weight(struct perf_event *bp) in hw_breakpoint_weight()
88 static inline enum bp_type_idx find_slot_idx(struct perf_event *bp) in find_slot_idx()
117 static int task_bp_pinned(int cpu, struct perf_event *bp, enum bp_type_idx type) in task_bp_pinned()
133 static const struct cpumask *cpumask_of_bp(struct perf_event *bp) in cpumask_of_bp()
145 fetch_bp_busy_slots(struct bp_busy_slots *slots, struct perf_event *bp, in fetch_bp_busy_slots()
184 static void toggle_bp_task_slot(struct perf_event *bp, int cpu, in toggle_bp_task_slot()
203 toggle_bp_slot(struct perf_event *bp, bool enable, enum bp_type_idx type, in toggle_bp_slot()
231 __weak void arch_unregister_hw_breakpoint(struct perf_event *bp) in arch_unregister_hw_breakpoint()
280 static int __reserve_bp_slot(struct perf_event *bp) in __reserve_bp_slot()
314 int reserve_bp_slot(struct perf_event *bp) in reserve_bp_slot()
[all …]
/linux-4.4.14/drivers/net/ethernet/
Ddnet.c30 static u16 dnet_readw_mac(struct dnet *bp, u16 reg) in dnet_readw_mac()
49 static void dnet_writew_mac(struct dnet *bp, u16 reg, u16 val) in dnet_writew_mac()
62 static void __dnet_set_hwaddr(struct dnet *bp) in __dnet_set_hwaddr()
74 static void dnet_get_hwaddr(struct dnet *bp) in dnet_get_hwaddr()
104 struct dnet *bp = bus->priv; in dnet_mdio_read() local
137 struct dnet *bp = bus->priv; in dnet_mdio_write() local
175 struct dnet *bp = netdev_priv(dev); in dnet_handle_link_change() local
256 struct dnet *bp = netdev_priv(dev); in dnet_mii_probe() local
309 static int dnet_mii_init(struct dnet *bp) in dnet_mii_init()
361 static void dnet_update_stats(struct dnet *bp) in dnet_update_stats()
[all …]
/linux-4.4.14/drivers/net/ethernet/sun/
Dsunbmac.c97 static void qec_init(struct bigmac *bp) in qec_init()
164 static void bigmac_stop(struct bigmac *bp) in bigmac_stop()
170 static void bigmac_get_counters(struct bigmac *bp, void __iomem *bregs) in bigmac_get_counters()
192 static void bigmac_clean_rings(struct bigmac *bp) in bigmac_clean_rings()
211 static void bigmac_init_rings(struct bigmac *bp, int from_irq) in bigmac_init_rings()
267 static void write_tcvr_bit(struct bigmac *bp, void __iomem *tregs, int bit) in write_tcvr_bit()
290 static int read_tcvr_bit(struct bigmac *bp, void __iomem *tregs) in read_tcvr_bit()
313 static int read_tcvr_bit2(struct bigmac *bp, void __iomem *tregs) in read_tcvr_bit2()
335 static void put_tcvr_byte(struct bigmac *bp, in put_tcvr_byte()
347 static void bigmac_tcvr_write(struct bigmac *bp, void __iomem *tregs, in bigmac_tcvr_write()
[all …]
/linux-4.4.14/include/linux/
Dhw_breakpoint.h31 static inline unsigned long hw_breakpoint_addr(struct perf_event *bp) in hw_breakpoint_addr()
36 static inline int hw_breakpoint_type(struct perf_event *bp) in hw_breakpoint_type()
41 static inline unsigned long hw_breakpoint_len(struct perf_event *bp) in hw_breakpoint_len()
82 static inline struct arch_hw_breakpoint *counter_arch_bp(struct perf_event *bp) in counter_arch_bp()
97 modify_user_hw_breakpoint(struct perf_event *bp, in modify_user_hw_breakpoint()
109 register_perf_hw_breakpoint(struct perf_event *bp) { return -ENOSYS; } in register_perf_hw_breakpoint()
111 __register_perf_hw_breakpoint(struct perf_event *bp) { return -ENOSYS; } in __register_perf_hw_breakpoint()
112 static inline void unregister_hw_breakpoint(struct perf_event *bp) { } in unregister_hw_breakpoint()
116 reserve_bp_slot(struct perf_event *bp) {return -ENOSYS; } in reserve_bp_slot()
117 static inline void release_bp_slot(struct perf_event *bp) { } in release_bp_slot()
[all …]
Dhdlcdrv.h116 unsigned char *bp; member
139 unsigned char *bp; member
/linux-4.4.14/drivers/net/ethernet/cadence/
Dmacb.c97 static struct macb_dma_desc *macb_rx_desc(struct macb *bp, unsigned int index) in macb_rx_desc()
102 static void *macb_rx_buffer(struct macb *bp, unsigned int index) in macb_rx_buffer()
108 static u32 hw_readl_native(struct macb *bp, int offset) in hw_readl_native()
113 static void hw_writel_native(struct macb *bp, int offset, u32 value) in hw_writel_native()
118 static u32 hw_readl(struct macb *bp, int offset) in hw_readl()
123 static void hw_writel(struct macb *bp, int offset, u32 value) in hw_writel()
158 static void macb_set_hwaddr(struct macb *bp) in macb_set_hwaddr()
177 static void macb_get_hwaddr(struct macb *bp) in macb_get_hwaddr()
220 struct macb *bp = bus->priv; in macb_mdio_read() local
241 struct macb *bp = bus->priv; in macb_mdio_write() local
[all …]
/linux-4.4.14/drivers/net/fddi/
Ddefxx.c298 static inline void dfx_rcv_flush(DFX_board_t *bp) {} in dfx_rcv_flush()
363 static inline void dfx_writel(DFX_board_t *bp, int offset, u32 data) in dfx_writel()
369 static inline void dfx_outl(DFX_board_t *bp, int offset, u32 data) in dfx_outl()
374 static void dfx_port_write_long(DFX_board_t *bp, int offset, u32 data) in dfx_port_write_long()
387 static inline void dfx_readl(DFX_board_t *bp, int offset, u32 *data) in dfx_readl()
393 static inline void dfx_inl(DFX_board_t *bp, int offset, u32 *data) in dfx_inl()
398 static void dfx_port_read_long(DFX_board_t *bp, int offset, u32 *data) in dfx_port_read_long()
535 DFX_board_t *bp; /* board pointer */ in dfx_register() local
719 DFX_board_t *bp = netdev_priv(dev); in dfx_bus_init() local
879 DFX_board_t *bp = netdev_priv(dev); in dfx_bus_uninit() local
[all …]
/linux-4.4.14/fs/afs/
Dfsclient.c24 const __be32 *bp = *_bp; in xdr_decode_AFSFid() local
41 const __be32 *bp = *_bp; in xdr_decode_AFSFetchStatus() local
137 const __be32 *bp = *_bp; in xdr_decode_AFSCallBack() local
149 const __be32 *bp = *_bp; in xdr_decode_AFSCallBack_raw() local
163 const __be32 *bp = *_bp; in xdr_decode_AFSVolSync() local
179 __be32 *bp = *_bp; in xdr_encode_AFS_StoreStatus() local
218 const __be32 *bp = *_bp; in xdr_decode_AFSFetchVolumeStatus() local
242 const __be32 *bp; in afs_deliver_fs_fetch_status() local
284 __be32 *bp; in afs_fs_fetch_file_status() local
316 const __be32 *bp; in afs_deliver_fs_fetch_data() local
[all …]
Dvlclient.c65 __be32 *bp; in afs_deliver_vl_get_entry_by_xxx() local
158 __be32 *bp; in afs_vl_get_entry_by_name() local
198 __be32 *bp; in afs_vl_get_entry_by_id() local
Dcmservice.c177 __be32 *bp; in afs_deliver_cb_callback() local
/linux-4.4.14/kernel/debug/kdb/
Dkdb_bp.c40 static char *kdb_bptype(kdb_bp_t *bp) in kdb_bptype()
48 static int kdb_parsebp(int argc, const char **argv, int *nextargp, kdb_bp_t *bp) in kdb_parsebp()
92 static int _kdb_bp_remove(kdb_bp_t *bp) in _kdb_bp_remove()
108 static void kdb_handle_bp(struct pt_regs *regs, kdb_bp_t *bp) in kdb_handle_bp()
125 static int _kdb_bp_install(struct pt_regs *regs, kdb_bp_t *bp) in _kdb_bp_install()
181 kdb_bp_t *bp = &kdb_breakpoints[i]; in kdb_bp_install() local
212 kdb_bp_t *bp = &kdb_breakpoints[i]; in kdb_bp_remove() local
240 static void kdb_printbp(kdb_bp_t *bp, int i) in kdb_printbp()
282 kdb_bp_t *bp, *bp_check; in kdb_bp() local
382 kdb_bp_t *bp = NULL; in kdb_bc() local
[all …]
Dkdb_debugger.c56 kdb_bp_t *bp; in kdb_stub() local
/linux-4.4.14/drivers/media/usb/pvrusb2/
Dpvrusb2-io.c36 #define BUFFER_CHECK(bp) do { \ argument
46 #define BUFFER_CHECK(bp) do {} while(0) argument
113 static void pvr2_buffer_describe(struct pvr2_buffer *bp,const char *msg) in pvr2_buffer_describe()
130 static void pvr2_buffer_remove(struct pvr2_buffer *bp) in pvr2_buffer_remove()
165 static void pvr2_buffer_set_none(struct pvr2_buffer *bp) in pvr2_buffer_set_none()
181 static int pvr2_buffer_set_ready(struct pvr2_buffer *bp) in pvr2_buffer_set_ready()
209 static void pvr2_buffer_set_idle(struct pvr2_buffer *bp) in pvr2_buffer_set_idle()
234 static void pvr2_buffer_set_queued(struct pvr2_buffer *bp) in pvr2_buffer_set_queued()
259 static void pvr2_buffer_wipe(struct pvr2_buffer *bp) in pvr2_buffer_wipe()
266 static int pvr2_buffer_init(struct pvr2_buffer *bp, in pvr2_buffer_init()
[all …]
Dpvrusb2-dvb.c38 struct pvr2_buffer *bp; in pvr2_dvb_feed_func() local
147 struct pvr2_buffer *bp; in pvr2_dvb_stream_do_start() local
Dpvrusb2-ioread.c163 struct pvr2_buffer *bp; in pvr2_ioread_start() local
206 struct pvr2_buffer *bp; in pvr2_ioread_setup() local
/linux-4.4.14/arch/powerpc/kernel/
Dhw_breakpoint.c63 int arch_install_hw_breakpoint(struct perf_event *bp) in arch_install_hw_breakpoint()
89 void arch_uninstall_hw_breakpoint(struct perf_event *bp) in arch_uninstall_hw_breakpoint()
106 void arch_unregister_hw_breakpoint(struct perf_event *bp) in arch_unregister_hw_breakpoint()
120 int arch_check_bp_in_kernelspace(struct perf_event *bp) in arch_check_bp_in_kernelspace()
142 int arch_validate_hwbkpt_settings(struct perf_event *bp) in arch_validate_hwbkpt_settings()
211 struct perf_event *bp; in hw_breakpoint_handler() local
299 struct perf_event *bp = NULL; in single_step_dabr_instruction() local
363 void hw_breakpoint_pmu_read(struct perf_event *bp) in hw_breakpoint_pmu_read()
Dptrace.c918 void ptrace_triggered(struct perf_event *bp, in ptrace_triggered()
941 struct perf_event *bp; in ptrace_set_debugreg() local
1375 struct perf_event *bp; in ppc_set_hwdebug() local
1482 struct perf_event *bp; in ppc_del_hwdebug() local
/linux-4.4.14/drivers/sbus/char/
Dbbc_i2c.c53 static void set_device_claimage(struct bbc_i2c_bus *bp, struct platform_device *op, int val) in set_device_claimage()
68 struct platform_device *bbc_i2c_getdev(struct bbc_i2c_bus *bp, int index) in bbc_i2c_getdev()
88 struct bbc_i2c_client *bbc_i2c_attach(struct bbc_i2c_bus *bp, struct platform_device *op) in bbc_i2c_attach()
115 struct bbc_i2c_bus *bp = client->bp; in bbc_i2c_detach() local
122 static int wait_for_pin(struct bbc_i2c_bus *bp, u8 *status) in wait_for_pin()
151 struct bbc_i2c_bus *bp = client->bp; in bbc_i2c_writeb() local
182 struct bbc_i2c_bus *bp = client->bp; in bbc_i2c_readb() local
272 struct bbc_i2c_bus *bp = dev_id; in bbc_i2c_interrupt() local
284 static void reset_one_i2c(struct bbc_i2c_bus *bp) in reset_one_i2c()
295 struct bbc_i2c_bus *bp; in attach_one_i2c() local
[all …]
Dbbc_envctrl.c445 static void attach_one_temp(struct bbc_i2c_bus *bp, struct platform_device *op, in attach_one_temp()
493 static void attach_one_fan(struct bbc_i2c_bus *bp, struct platform_device *op, in attach_one_fan()
537 static void destroy_all_temps(struct bbc_i2c_bus *bp) in destroy_all_temps()
554 static void destroy_all_fans(struct bbc_i2c_bus *bp) in destroy_all_fans()
565 int bbc_envctrl_init(struct bbc_i2c_bus *bp) in bbc_envctrl_init()
593 void bbc_envctrl_cleanup(struct bbc_i2c_bus *bp) in bbc_envctrl_cleanup()
Dbbc_i2c.h9 struct bbc_i2c_bus *bp; member
/linux-4.4.14/net/sctp/
Dbind_addr.c125 void sctp_bind_addr_init(struct sctp_bind_addr *bp, __u16 port) in sctp_bind_addr_init()
132 static void sctp_bind_addr_clean(struct sctp_bind_addr *bp) in sctp_bind_addr_clean()
145 void sctp_bind_addr_free(struct sctp_bind_addr *bp) in sctp_bind_addr_free()
152 int sctp_add_bind_addr(struct sctp_bind_addr *bp, union sctp_addr *new, in sctp_add_bind_addr()
187 int sctp_del_bind_addr(struct sctp_bind_addr *bp, union sctp_addr *del_addr) in sctp_del_bind_addr()
219 union sctp_params sctp_bind_addrs_to_raw(const struct sctp_bind_addr *bp, in sctp_bind_addrs_to_raw()
271 int sctp_raw_to_bind_addrs(struct sctp_bind_addr *bp, __u8 *raw_addr_list, in sctp_raw_to_bind_addrs()
314 int sctp_bind_addr_match(struct sctp_bind_addr *bp, in sctp_bind_addr_match()
338 int sctp_bind_addr_conflict(struct sctp_bind_addr *bp, in sctp_bind_addr_conflict()
373 int sctp_bind_addr_state(const struct sctp_bind_addr *bp, in sctp_bind_addr_state()
[all …]
Dendpointola.c386 struct sctp_bind_addr *bp; in sctp_endpoint_is_peeled_off() local
Dprotocol.c198 int sctp_copy_local_addr_list(struct net *net, struct sctp_bind_addr *bp, in sctp_copy_local_addr_list()
429 struct sctp_bind_addr *bp; in sctp_v4_get_dst() local
Dsocket.c327 struct sctp_bind_addr *bp = &ep->base.bind_addr; in sctp_do_bind() local
506 struct sctp_bind_addr *bp; in sctp_send_asconf_add_ip() local
627 struct sctp_bind_addr *bp = &ep->base.bind_addr; in sctp_bindx_rem() local
710 struct sctp_bind_addr *bp; in sctp_send_asconf_del_ip() local
4890 struct sctp_bind_addr *bp; in sctp_getsockopt_local_addrs() local
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_symlink_remote.c57 struct xfs_buf *bp) in xfs_symlink_hdr_set()
86 struct xfs_buf *bp) in xfs_symlink_hdr_ok()
103 struct xfs_buf *bp) in xfs_symlink_verify()
129 struct xfs_buf *bp) in xfs_symlink_read_verify()
148 struct xfs_buf *bp) in xfs_symlink_write_verify()
179 struct xfs_buf *bp, in xfs_symlink_local_to_remote()
Dxfs_inode_buf.c40 xfs_buf_t *bp) in xfs_inobp_check()
76 struct xfs_buf *bp, in xfs_inode_buf_verify()
119 struct xfs_buf *bp) in xfs_inode_buf_read_verify()
126 struct xfs_buf *bp) in xfs_inode_buf_readahead_verify()
133 struct xfs_buf *bp) in xfs_inode_buf_write_verify()
170 struct xfs_buf *bp; in xfs_imap_to_bp() local
353 xfs_buf_t *bp; in xfs_iread() local
Dxfs_dquot_buf.c177 struct xfs_buf *bp) in xfs_dquot_buf_verify_crc()
210 struct xfs_buf *bp, in xfs_dquot_buf_verify()
253 struct xfs_buf *bp) in xfs_dquot_buf_read_verify()
274 struct xfs_buf *bp) in xfs_dquot_buf_readahead_verify()
292 struct xfs_buf *bp) in xfs_dquot_buf_write_verify()
Dxfs_dir2_data.c44 struct xfs_buf *bp) /* data block's buffer */ in __xfs_dir3_data_check()
216 struct xfs_buf *bp) in xfs_dir3_data_verify()
246 struct xfs_buf *bp) in xfs_dir3_data_reada_verify()
270 struct xfs_buf *bp) in xfs_dir3_data_read_verify()
286 struct xfs_buf *bp) in xfs_dir3_data_write_verify()
578 struct xfs_buf *bp; /* block buffer */ in xfs_dir3_data_init() local
650 struct xfs_buf *bp, in xfs_dir2_data_log_entry()
671 struct xfs_buf *bp) in xfs_dir2_data_log_header()
692 struct xfs_buf *bp, in xfs_dir2_data_log_unused()
724 struct xfs_buf *bp, in xfs_dir2_data_make_free()
[all …]
Dxfs_dir2_block.c63 struct xfs_buf *bp) in xfs_dir3_block_verify()
88 struct xfs_buf *bp) in xfs_dir3_block_read_verify()
104 struct xfs_buf *bp) in xfs_dir3_block_write_verify()
151 struct xfs_buf *bp, in xfs_dir3_block_init()
286 struct xfs_buf *bp, in xfs_dir2_block_compact()
340 struct xfs_buf *bp; /* buffer for block */ in xfs_dir2_block_addname() local
574 struct xfs_buf *bp, /* block buffer */ in xfs_dir2_block_log_leaf()
594 struct xfs_buf *bp) /* block buffer */ in xfs_dir2_block_log_tail()
614 struct xfs_buf *bp; /* block buffer */ in xfs_dir2_block_lookup() local
662 struct xfs_buf *bp; /* block buffer */ in xfs_dir2_block_lookup_int() local
[all …]
Dxfs_btree.c60 struct xfs_buf *bp) /* buffer for block, if any */ in xfs_btree_check_lblock()
105 struct xfs_buf *bp) /* buffer containing block */ in xfs_btree_check_sblock()
157 struct xfs_buf *bp) /* buffer containing block, if any */ in xfs_btree_check_block()
231 struct xfs_buf *bp) in xfs_btree_lblock_calc_crc()
245 struct xfs_buf *bp) in xfs_btree_lblock_verify_crc()
269 struct xfs_buf *bp) in xfs_btree_sblock_calc_crc()
283 struct xfs_buf *bp) in xfs_btree_sblock_verify_crc()
344 xfs_buf_t *bp; /* btree block's buffer pointer */ in xfs_btree_dup_cursor() local
606 xfs_buf_t *bp; /* buffer containing block */ in xfs_btree_islastblock() local
626 xfs_buf_t *bp; /* buffer containing block */ in xfs_btree_firstrec() local
[all …]
Dxfs_dir2_node.c56 #define xfs_dir3_leaf_check(dp, bp) \ argument
65 struct xfs_buf *bp) in xfs_dir3_leafn_check()
82 #define xfs_dir3_leaf_check(dp, bp) argument
87 struct xfs_buf *bp) in xfs_dir3_free_verify()
115 struct xfs_buf *bp) in xfs_dir3_free_read_verify()
131 struct xfs_buf *bp) in xfs_dir3_free_write_verify()
207 struct xfs_buf *bp; in xfs_dir3_free_get_buf() local
247 struct xfs_buf *bp, in xfs_dir2_free_log_bests()
270 struct xfs_buf *bp) in xfs_dir2_free_log_header()
378 struct xfs_buf *bp, /* leaf buffer */ in xfs_dir2_leafn_add()
[all …]
Dxfs_dir2_leaf.c53 #define xfs_dir3_leaf_check(dp, bp) \ argument
62 struct xfs_buf *bp) in xfs_dir3_leaf1_check()
79 #define xfs_dir3_leaf_check(dp, bp) argument
147 struct xfs_buf *bp, in xfs_dir3_leaf_verify()
180 struct xfs_buf *bp, in __read_verify()
197 struct xfs_buf *bp, in __write_verify()
221 struct xfs_buf *bp) in xfs_dir3_leaf1_read_verify()
228 struct xfs_buf *bp) in xfs_dir3_leaf1_write_verify()
235 struct xfs_buf *bp) in xfs_dir3_leafn_read_verify()
242 struct xfs_buf *bp) in xfs_dir3_leafn_write_verify()
[all …]
Dxfs_attr_remote.c120 struct xfs_buf *bp) in xfs_attr3_rmt_read_verify()
159 struct xfs_buf *bp) in xfs_attr3_rmt_write_verify()
251 struct xfs_buf *bp, in xfs_attr_rmtval_copyout()
299 struct xfs_buf *bp, in xfs_attr_rmtval_copyin()
355 struct xfs_buf *bp; in xfs_attr_rmtval_get() local
512 struct xfs_buf *bp; in xfs_attr_rmtval_set() local
577 struct xfs_buf *bp; in xfs_attr_rmtval_remove() local
Dxfs_dir2_priv.h43 #define xfs_dir3_data_check(dp,bp) __xfs_dir3_data_check(dp, bp); argument
45 #define xfs_dir3_data_check(dp,bp) argument
Dxfs_sb.c568 struct xfs_buf *bp, in xfs_sb_verify()
602 struct xfs_buf *bp) in xfs_sb_read_verify()
644 struct xfs_buf *bp) in xfs_sb_quiet_read_verify()
659 struct xfs_buf *bp) in xfs_sb_write_verify()
811 struct xfs_buf *bp = xfs_trans_getsb(tp, mp, 0); in xfs_log_sb() local
Dxfs_attr_leaf.c252 struct xfs_buf *bp) in xfs_attr3_leaf_verify()
287 struct xfs_buf *bp) in xfs_attr3_leaf_write_verify()
316 struct xfs_buf *bp) in xfs_attr3_leaf_read_verify()
748 struct xfs_buf *bp; in xfs_attr_shortform_to_leaf() local
831 struct xfs_buf *bp, in xfs_attr_shortform_allfit()
873 struct xfs_buf *bp, in xfs_attr3_leaf_to_shortform()
1039 struct xfs_buf *bp; in xfs_attr3_leaf_create() local
1143 struct xfs_buf *bp, in xfs_attr3_leaf_add()
1222 struct xfs_buf *bp, in xfs_attr3_leaf_add_work()
1344 struct xfs_buf *bp) in xfs_attr3_leaf_compact()
[all …]
Dxfs_rtbitmap.c56 xfs_buf_t *bp; /* block buffer, result */ in xfs_rtbuf_get() local
93 xfs_buf_t *bp; /* buf for the block */ in xfs_rtfind_back() local
268 xfs_buf_t *bp; /* buf for the block */ in xfs_rtfind_forw() local
443 xfs_buf_t *bp; /* buffer for the summary block */ in xfs_rtmodify_summary_int() local
525 xfs_buf_t *bp; /* buf for the block */ in xfs_rtmodify_range() local
760 xfs_buf_t *bp; /* buf for the block */ in xfs_rtcheck_range() local
Dxfs_alloc_btree.c106 struct xfs_buf *bp) in xfs_allocbt_free_block()
274 struct xfs_buf *bp) in xfs_allocbt_verify()
354 struct xfs_buf *bp) in xfs_allocbt_read_verify()
369 struct xfs_buf *bp) in xfs_allocbt_write_verify()
Dxfs_alloc.c461 struct xfs_buf *bp) in xfs_agfl_verify()
492 struct xfs_buf *bp) in xfs_agfl_read_verify()
516 struct xfs_buf *bp) in xfs_agfl_write_verify()
553 xfs_buf_t *bp; /* return value */ in xfs_alloc_read_agfl() local
1528 xfs_buf_t *bp; in xfs_alloc_ag_vextent_small() local
2008 struct xfs_buf *bp; in xfs_alloc_fix_freelist() local
2148 xfs_buf_t *bp, /* buffer for a.g. freelist header */ in xfs_alloc_log_agf()
2188 xfs_buf_t *bp; in xfs_alloc_pagf_init() local
2261 struct xfs_buf *bp) in xfs_agf_verify()
2304 struct xfs_buf *bp) in xfs_agf_read_verify()
[all …]
Dxfs_da_btree.c133 struct xfs_buf *bp) in xfs_da3_node_verify()
182 struct xfs_buf *bp) in xfs_da3_node_write_verify()
211 struct xfs_buf *bp) in xfs_da3_node_read_verify()
312 struct xfs_buf *bp; in xfs_da3_node_create() local
359 struct xfs_buf *bp; in xfs_da3_split() local
518 struct xfs_buf *bp; in xfs_da3_root_split() local
1052 struct xfs_buf *bp; in xfs_da3_root_join() local
1125 struct xfs_buf *bp; in xfs_da3_node_toosmall() local
1241 struct xfs_buf *bp, in xfs_da3_node_lasthash()
1654 struct xfs_buf *bp; in xfs_da3_blk_link() local
[all …]
Dxfs_ialloc_btree.c126 struct xfs_buf *bp) in xfs_inobt_free_block()
220 struct xfs_buf *bp) in xfs_inobt_verify()
279 struct xfs_buf *bp) in xfs_inobt_read_verify()
294 struct xfs_buf *bp) in xfs_inobt_write_verify()
Dxfs_attr.c570 struct xfs_buf *bp; in xfs_attr_leaf_addname() local
777 struct xfs_buf *bp; in xfs_attr_leaf_removename() local
836 struct xfs_buf *bp; in xfs_attr_leaf_get() local
1148 struct xfs_buf *bp; in xfs_attr_node_removename() local
Dxfs_inode_buf.h47 #define xfs_inobp_check(mp, bp) argument
Dxfs_bmap_btree.c522 struct xfs_buf *bp) in xfs_bmbt_free_block()
641 struct xfs_buf *bp) in xfs_bmbt_verify()
696 struct xfs_buf *bp) in xfs_bmbt_read_verify()
711 struct xfs_buf *bp) in xfs_bmbt_write_verify()
Dxfs_ialloc.c2429 xfs_buf_t *bp, /* allocation group header buffer */ in xfs_ialloc_log_agi()
2499 struct xfs_buf *bp) in xfs_agi_verify()
2537 struct xfs_buf *bp) in xfs_agi_read_verify()
2555 struct xfs_buf *bp) in xfs_agi_write_verify()
2649 xfs_buf_t *bp = NULL; in xfs_ialloc_pagi_init() local
Dxfs_dir2.c664 struct xfs_buf *bp) in xfs_dir2_shrink_inode()
Dxfs_da_btree.h115 struct xfs_buf *bp; /* buffer containing block */ member
Dxfs_format.h555 #define XFS_BUF_TO_SBP(bp) ((xfs_dsb_t *)((bp)->b_addr)) argument
688 #define XFS_BUF_TO_AGF(bp) ((xfs_agf_t *)((bp)->b_addr)) argument
756 #define XFS_BUF_TO_AGI(bp) ((xfs_agi_t *)((bp)->b_addr)) argument
764 #define XFS_BUF_TO_AGFL(bp) ((xfs_agfl_t *)((bp)->b_addr)) argument
766 #define XFS_BUF_TO_AGFL_BNO(mp, bp) \ argument
1084 #define XFS_SUMPTR(mp,bp,so) \ argument
Dxfs_dir2_sf.c155 struct xfs_buf *bp, in xfs_dir2_block_to_sf()
Dxfs_bmap.c339 xfs_buf_t *bp; /* buffer for "block" */ in xfs_bmap_check_leaf_extents() local
894 struct xfs_buf *bp, in xfs_bmap_local_to_extents()
902 xfs_buf_t *bp; /* buffer for extent block */ in xfs_bmap_local_to_extents() local
1250 xfs_buf_t *bp; /* buffer for "block" */ in xfs_bmap_read_extents() local
/linux-4.4.14/arch/sh/kernel/
Dhw_breakpoint.c49 int arch_install_hw_breakpoint(struct perf_event *bp) in arch_install_hw_breakpoint()
81 void arch_uninstall_hw_breakpoint(struct perf_event *bp) in arch_uninstall_hw_breakpoint()
126 int arch_check_bp_in_kernelspace(struct perf_event *bp) in arch_check_bp_in_kernelspace()
176 static int arch_build_bp_info(struct perf_event *bp) in arch_build_bp_info()
221 int arch_validate_hwbkpt_settings(struct perf_event *bp) in arch_validate_hwbkpt_settings()
284 struct perf_event *bp; in hw_breakpoint_handler() local
404 void hw_breakpoint_pmu_read(struct perf_event *bp) in hw_breakpoint_pmu_read()
Dptrace_32.c65 void ptrace_triggered(struct perf_event *bp, in ptrace_triggered()
82 struct perf_event *bp; in set_single_step() local
/linux-4.4.14/arch/x86/kernel/
Dhw_breakpoint.c105 int arch_install_hw_breakpoint(struct perf_event *bp) in arch_install_hw_breakpoint()
145 void arch_uninstall_hw_breakpoint(struct perf_event *bp) in arch_uninstall_hw_breakpoint()
174 int arch_check_bp_in_kernelspace(struct perf_event *bp) in arch_check_bp_in_kernelspace()
236 static int arch_build_bp_info(struct perf_event *bp) in arch_build_bp_info()
322 int arch_validate_hwbkpt_settings(struct perf_event *bp) in arch_validate_hwbkpt_settings()
376 struct perf_event *bp; in aout_dump_debugregs() local
447 struct perf_event *bp; in hw_breakpoint_handler() local
540 void hw_breakpoint_pmu_read(struct perf_event *bp) in hw_breakpoint_pmu_read()
Ddumpstack.c97 unsigned long *stack, unsigned long bp, in print_context_stack()
125 unsigned long *stack, unsigned long bp, in print_context_stack_bp()
171 unsigned long *stack, unsigned long bp, char *log_lvl) in show_trace_log_lvl()
178 unsigned long *stack, unsigned long bp) in show_trace()
185 unsigned long bp = 0; in show_stack() local
Ddumpstack_32.c42 unsigned long *stack, unsigned long bp, in dump_trace()
95 unsigned long *sp, unsigned long bp, char *log_lvl) in show_stack_log_lvl()
Dptrace.c556 static void ptrace_triggered(struct perf_event *bp, in ptrace_triggered()
580 static unsigned long ptrace_get_dr7(struct perf_event *bp[]) in ptrace_get_dr7()
629 static int ptrace_modify_breakpoint(struct perf_event *bp, int len, int type, in ptrace_modify_breakpoint()
660 struct perf_event *bp = thread->ptrace_bps[i]; in ptrace_write_dr7() local
702 struct perf_event *bp = thread->ptrace_bps[n]; in ptrace_get_debugreg() local
718 struct perf_event *bp = t->ptrace_bps[nr]; in ptrace_set_breakpoint_addr() local
Ddumpstack_64.c152 unsigned long *stack, unsigned long bp, in dump_trace()
250 unsigned long *sp, unsigned long bp, char *log_lvl) in show_stack_log_lvl()
Dkgdb.c210 struct perf_event *bp; in kgdb_correct_hw_break() local
315 struct perf_event *bp; in kgdb_remove_all_hw_break() local
401 struct perf_event *bp; in kgdb_disable_hw_debug() local
Dprocess.c101 unsigned long *bp = t->io_bitmap_ptr; in exit_thread() local
Dmpparse.c562 unsigned int *bp = phys_to_virt(base); in smp_scan_config() local
/linux-4.4.14/drivers/net/ethernet/apple/
Dbmac.c228 struct bmac_data *bp = netdev_priv(dev); in bmac_enable_and_reset_chip() local
312 struct bmac_data *bp = netdev_priv(dev); in bmac_init_registers() local
405 struct bmac_data *bp = netdev_priv(dev); in bmac_start_chip() local
425 struct bmac_data *bp = netdev_priv(dev); in bmac_init_phy() local
459 struct bmac_data *bp = netdev_priv(dev); in bmac_suspend() local
509 struct bmac_data *bp = netdev_priv(dev); in bmac_resume() local
526 struct bmac_data *bp = netdev_priv(dev); in bmac_set_address() local
551 struct bmac_data *bp = netdev_priv(dev); in bmac_set_timeout() local
589 bmac_init_tx_ring(struct bmac_data *bp) in bmac_init_tx_ring()
612 struct bmac_data *bp = netdev_priv(dev); in bmac_init_rx_ring() local
[all …]
/linux-4.4.14/fs/jfs/
Djfs_logmgr.c361 struct lbuf *bp; /* dst log page buffer */ in lmWriteRecord() local
578 struct lbuf *bp; in lmNextPage() local
760 struct lbuf *bp; in lmGCwrite() local
823 static void lmPostGC(struct lbuf * bp) in lmPostGC()
1268 struct lbuf *bp; in lmLogInit() local
1661 struct lbuf *bp; in lmLogShutdown() local
1901 struct lbuf *bp; in lbmAllocate() local
1930 static void lbmFree(struct lbuf * bp) in lbmFree()
1941 static void lbmfree(struct lbuf * bp) in lbmfree()
1969 static inline void lbmRedrive(struct lbuf *bp) in lbmRedrive()
[all …]
/linux-4.4.14/drivers/misc/mic/scif/
Dscif_main.c93 struct mic_bootparam *bp = sdev->dp; in scif_qp_setup_handler() local
98 struct mic_bootparam __iomem *bp = sdev->rdp; in scif_qp_setup_handler() local
179 struct mic_bootparam *bp = sdev->dp; in scif_probe() local
184 struct mic_bootparam __iomem *bp = sdev->rdp; in scif_probe() local
221 struct mic_bootparam *bp = sdev->dp; in scif_remove() local
226 struct mic_bootparam __iomem *bp = sdev->rdp; in scif_remove() local
/linux-4.4.14/drivers/net/fddi/skfp/
Dskfddi.c384 skfddi_priv *bp = &smc->os; in skfp_driver_init() local
552 skfddi_priv *bp = &smc->os; in skfp_close() local
610 skfddi_priv *bp; in skfp_interrupt() local
675 struct s_smc *bp = netdev_priv(dev); in skfp_ctl_get_stats() local
840 skfddi_priv *bp = &smc->os; in skfp_ctl_set_multicast_list() local
925 skfddi_priv *bp = &smc->os; in skfp_ctl_set_mac_address() local
1045 skfddi_priv *bp = &smc->os; in skfp_send_pkt() local
1106 skfddi_priv *bp = &smc->os; in send_queued_packets() local
1278 skfddi_priv *bp = &smc->os; in llc_restart_tx() local
1462 skfddi_priv *bp = &smc->os; in dma_complete() local
[all …]
/linux-4.4.14/arch/arm64/kernel/
Dhw_breakpoint.c167 static int is_compat_bp(struct perf_event *bp) in is_compat_bp()
196 struct perf_event *bp, in hw_breakpoint_slot_setup()
229 static int hw_breakpoint_control(struct perf_event *bp, in hw_breakpoint_control()
295 int arch_install_hw_breakpoint(struct perf_event *bp) in arch_install_hw_breakpoint()
300 void arch_uninstall_hw_breakpoint(struct perf_event *bp) in arch_uninstall_hw_breakpoint()
330 int arch_check_bp_in_kernelspace(struct perf_event *bp) in arch_check_bp_in_kernelspace()
392 static int arch_build_bp_info(struct perf_event *bp) in arch_build_bp_info()
475 int arch_validate_hwbkpt_settings(struct perf_event *bp) in arch_validate_hwbkpt_settings()
588 struct perf_event *bp, **slots; in breakpoint_handler() local
945 void hw_breakpoint_pmu_read(struct perf_event *bp) in hw_breakpoint_pmu_read()
Dptrace.c73 static void ptrace_hbptriggered(struct perf_event *bp, in ptrace_hbptriggered()
143 struct perf_event *bp = ERR_PTR(-EINVAL); in ptrace_hbp_get_event() local
162 struct perf_event *bp) in ptrace_hbp_set_event()
188 struct perf_event *bp; in ptrace_hbp_create() local
287 struct perf_event *bp = ptrace_hbp_get_event(note_type, tsk, idx); in ptrace_hbp_get_ctrl() local
301 struct perf_event *bp = ptrace_hbp_get_event(note_type, tsk, idx); in ptrace_hbp_get_addr() local
314 struct perf_event *bp = ptrace_hbp_get_event(note_type, tsk, idx); in ptrace_hbp_get_initialised_bp() local
328 struct perf_event *bp; in ptrace_hbp_set_ctrl() local
353 struct perf_event *bp; in ptrace_hbp_set_addr() local
Ddebug-monitors.c335 bool bp = false; in aarch32_break_handler() local
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dqsfp.c68 int offset, void *bp, int len) in __i2c_write()
103 void *bp, int len) in i2c_write()
121 int offset, void *bp, int len) in __i2c_read()
175 void *bp, int len) in i2c_read()
189 int qsfp_write(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp, in qsfp_write()
242 int qsfp_read(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp, in qsfp_read()
Dtwsi.c376 u8 *bp = buffer; in hfi1_twsi_blk_rd() local
453 const u8 *bp = buffer; in hfi1_twsi_blk_wr() local
/linux-4.4.14/arch/x86/include/asm/
Dstacktrace.h52 #define get_bp(bp) asm("movl %%ebp, %0" : "=r" (bp) :) argument
55 #define get_bp(bp) asm("movq %%rbp, %0" : "=r" (bp) :) argument
62 unsigned long bp; in stack_frame() local
Dptrace.h17 unsigned long bp; member
42 unsigned long bp; member
Duser_32.h83 unsigned long bp; member
Duser_64.h73 unsigned long bp; member
/linux-4.4.14/arch/arm/kernel/
Dhw_breakpoint.c333 int arch_install_hw_breakpoint(struct perf_event *bp) in arch_install_hw_breakpoint()
390 void arch_uninstall_hw_breakpoint(struct perf_event *bp) in arch_uninstall_hw_breakpoint()
459 int arch_check_bp_in_kernelspace(struct perf_event *bp) in arch_check_bp_in_kernelspace()
521 static int arch_build_bp_info(struct perf_event *bp) in arch_build_bp_info()
594 int arch_validate_hwbkpt_settings(struct perf_event *bp) in arch_validate_hwbkpt_settings()
670 static void enable_single_step(struct perf_event *bp, u32 addr) in enable_single_step()
684 static void disable_single_step(struct perf_event *bp) in disable_single_step()
801 struct perf_event *bp, **slots; in breakpoint_handler() local
1122 void hw_breakpoint_pmu_read(struct perf_event *bp) in hw_breakpoint_pmu_read()
Dptrace.c385 static void ptrace_hbptriggered(struct perf_event *bp, in ptrace_hbptriggered()
477 struct perf_event *bp; in ptrace_gethbpregs() local
523 struct perf_event *bp; in ptrace_sethbpregs() local
/linux-4.4.14/drivers/isdn/mISDN/
Dcore.c129 char *bp = buf; in channelmap_show() local
286 struct Bprotocol *bp; in get_all_Bprotocols() local
299 struct Bprotocol *bp; in get_Bprotocol4mask() local
326 mISDN_register_Bprotocol(struct Bprotocol *bp) in mISDN_register_Bprotocol()
349 mISDN_unregister_Bprotocol(struct Bprotocol *bp) in mISDN_unregister_Bprotocol()
Dstack.c468 struct Bprotocol *bp; in connect_Bstack() local
/linux-4.4.14/arch/powerpc/sysdev/
Dgrackle.c30 static inline void grackle_set_stg(struct pci_controller* bp, int enable) in grackle_set_stg()
43 static inline void grackle_set_loop_snoop(struct pci_controller *bp, int enable) in grackle_set_loop_snoop()
Dcpm2.c121 u32 __iomem *bp; in __cpm2_setbrg() local
/linux-4.4.14/drivers/parport/
Dieee1284_ops.c734 unsigned char *bp = (unsigned char *) buffer; in parport_ieee1284_epp_write_data() local
778 unsigned char *bp = (unsigned char *) buffer; in parport_ieee1284_epp_read_data() local
822 unsigned char *bp = (unsigned char *) buffer; in parport_ieee1284_epp_write_addr() local
866 unsigned char *bp = (unsigned char *) buffer; in parport_ieee1284_epp_read_addr() local
/linux-4.4.14/fs/freevxfs/
Dvxfs_subr.c104 struct buffer_head *bp; in vxfs_bread() local
130 struct buffer_head *bp, int create) in vxfs_getblk()
Dvxfs_fshead.c78 struct buffer_head *bp; in vxfs_getfsh() local
Dvxfs_olt.c80 struct buffer_head *bp; in vxfs_read_olt() local
Dvxfs_super.c152 struct buffer_head *bp = NULL; in vxfs_fill_super() local
Dvxfs_bmap.c130 struct buffer_head *bp = NULL; in vxfs_bmap_indir() local
Dvxfs_inode.c91 struct buffer_head *bp; in vxfs_blkiget() local
/linux-4.4.14/arch/m68k/include/asm/
Dio_no.h59 unsigned char *bp = (unsigned char *) buf; in io_outsb() local
67 unsigned short *bp = (unsigned short *) buf; in io_outsw() local
75 unsigned int *bp = (unsigned int *) buf; in io_outsl() local
83 unsigned char *bp = (unsigned char *) buf; in io_insb() local
91 unsigned short *bp = (unsigned short *) buf; in io_insw() local
99 unsigned int *bp = (unsigned int *) buf; in io_insl() local
/linux-4.4.14/Documentation/spi/
Dspidev_fdx.c19 unsigned char buf[32], *bp; in do_read() local
51 unsigned char buf[32], *bp; in do_msg() local
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40e_hmc.h63 struct i40e_hmc_bp bp; member
84 struct i40e_hmc_bp bp; member
109 #define I40E_INC_BP_REFCNT(bp) ((bp)->ref_cnt++) argument
113 #define I40E_DEC_BP_REFCNT(bp) ((bp)->ref_cnt--) argument
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_hmc.h63 struct i40e_hmc_bp bp; member
84 struct i40e_hmc_bp bp; member
109 #define I40E_INC_BP_REFCNT(bp) ((bp)->ref_cnt++) argument
113 #define I40E_DEC_BP_REFCNT(bp) ((bp)->ref_cnt--) argument
/linux-4.4.14/drivers/input/joystick/
Dtwidjoy.c106 struct twidjoy_button_spec *bp; in twidjoy_process_packet() local
183 struct twidjoy_button_spec *bp; in twidjoy_connect() local
/linux-4.4.14/arch/tile/lib/
Dcpumask.c25 int bitmap_parselist_crop(const char *bp, unsigned long *maskp, int nmaskbits) in bitmap_parselist_crop()
/linux-4.4.14/net/bridge/netfilter/
Debt_among.c83 const __be32 *bp; in get_ip_dst() local
114 const __be32 *bp; in get_ip_src() local
/linux-4.4.14/arch/h8300/kernel/
Dptrace_s.c40 asmlinkage void trace_trap(unsigned long bp) in trace_trap()
Dptrace_h.c249 asmlinkage void trace_trap(unsigned long bp) in trace_trap()
/linux-4.4.14/samples/hw_breakpoint/
Ddata_breakpoint.c44 static void sample_hbp_handler(struct perf_event *bp, in sample_hbp_handler()
/linux-4.4.14/drivers/pcmcia/
Dm32r_cfc.c108 unsigned char *bp = (unsigned char *)buf; in pcc_ioread_byte() local
133 unsigned short *bp = (unsigned short *)buf; in pcc_ioread_word() local
164 unsigned char *bp = (unsigned char *)buf; in pcc_iowrite_byte() local
189 unsigned short *bp = (unsigned short *)buf; in pcc_iowrite_word() local
Dm32r_pcc.c153 unsigned char *bp = (unsigned char *)buf; in pcc_iorw() local
173 unsigned short *bp = (unsigned short *)buf; in pcc_iorw() local
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_qsfp.c47 static int qsfp_read(struct qib_pportdata *ppd, int addr, void *bp, int len) in qsfp_read()
157 static int qib_qsfp_write(struct qib_pportdata *ppd, int addr, void *bp, in qib_qsfp_write()
Dqib_twsi.c360 u8 *bp = buffer; in qib_twsi_blk_rd() local
438 const u8 *bp = buffer; in qib_twsi_blk_wr() local
/linux-4.4.14/drivers/scsi/libfc/
Dfc_frame.c38 const u8 *bp; in fc_frame_crc_check() local
Dfc_disc.c396 char *bp; in fc_disc_gpn_ft_parse() local
/linux-4.4.14/drivers/power/
Dapm_power.c47 struct find_bat_param *bp = (struct find_bat_param *)data; in __find_main_battery() local
75 struct find_bat_param bp; in find_main_battery() local
/linux-4.4.14/arch/powerpc/xmon/
Dxmon.c108 #define BP_NUM(bp) ((bp) - bpts + 1) argument
406 struct bpt *bp; in xmon_core() local
633 struct bpt *bp; in xmon_bpt() local
696 struct bpt *bp; in xmon_fault_handler() local
716 struct bpt *bp; in at_breakpoint() local
742 struct bpt *bp; in new_breakpoint() local
765 struct bpt *bp; in insert_bpts() local
814 struct bpt *bp; in remove_bpts() local
1192 struct bpt *bp; in bpt_cmds() local
/linux-4.4.14/arch/um/kernel/
Dstacktrace.c24 unsigned long *sp, bp, addr; in dump_trace() local
/linux-4.4.14/arch/frv/include/asm/
Dio.h57 const uint8_t *bp = buf; in io_outsb() local
66 const uint16_t *bp = buf; in io_outsw() local
86 uint8_t *bp = buf; in io_insb() local
94 uint16_t *bp = buf; in io_insw() local
/linux-4.4.14/arch/ia64/hp/sim/boot/
Dbootloader.c66 register struct ia64_boot_param *bp; in start_bootloader() local
Dfw-emu.c241 struct ia64_boot_param *bp; in sys_fw_init() local
/linux-4.4.14/arch/m68k/68360/
Dcommproc.c292 volatile uint *bp; in m360_cpm_setbrg() local
/linux-4.4.14/arch/unicore32/include/asm/
Dprocessor.h39 struct debug_entry bp[2]; member
/linux-4.4.14/net/ax25/
Dax25_ip.c105 unsigned char *bp = skb->data; in ax25_ip_xmit() local
Dax25_route.c463 unsigned char *bp; in ax25_rt_build_path() local
/linux-4.4.14/lib/mpi/
Dmpi-pow.c41 mpi_ptr_t rp, ep, mp, bp; in mpi_powm() local
/linux-4.4.14/arch/sparc/kernel/
Dchmc.c486 static int chmc_bank_match(struct chmc_bank_info *bp, unsigned long phys_addr) in chmc_bank_match()
526 struct chmc_bank_info *bp; in chmc_find_bank() local
542 struct chmc_bank_info *bp; in chmc_print_dimm() local
631 struct chmc_bank_info *bp = &p->logical_banks[which_bank]; in chmc_interpret_one_decode_reg() local
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
Deeprom.c304 unsigned char *bp = leaf->leafdata; in tulip_parse_eeprom() local
/linux-4.4.14/drivers/mfd/
Dpm8921-core.c68 static int pm8xxx_read_block_irq(struct pm_irq_chip *chip, unsigned int bp, in pm8xxx_read_block_irq()
89 pm8xxx_config_irq(struct pm_irq_chip *chip, unsigned int bp, unsigned int cp) in pm8xxx_config_irq()
Dipaq-micro.c38 int i, bp; in ipaq_micro_trigger_tx() local
/linux-4.4.14/drivers/staging/speakup/
Dselection.c55 char *bp, *obp; in speakup_set_selection() local
/linux-4.4.14/scripts/dtc/
Dtreesource.c170 const char *bp = val.val; in write_propval_bytes() local
/linux-4.4.14/drivers/mtd/nand/
Dnand_ecc.c162 const uint32_t *bp = (uint32_t *)buf; in __nand_calculate_ecc() local
/linux-4.4.14/arch/x86/ia32/
Dia32_aout.c46 struct perf_event *bp = current->thread.ptrace_bps[n]; in get_dr() local
/linux-4.4.14/drivers/tty/vt/
Dselection.c163 char *bp, *obp; in set_selection() local
/linux-4.4.14/net/sunrpc/
Dcache.c754 char *bp = crq->buf; in cache_request() local
1076 char *bp = *bpp; in qword_add() local
1099 char *bp = *bpp; in qword_addhex() local
1220 char *bp = *bpp; in qword_get() local
1450 char *bp, *ep; in write_flush() local
/linux-4.4.14/arch/cris/arch-v32/kernel/
Dptrace.c339 int bp; in deconfigure_bp() local
Dkgdb.c846 int S, bp, trig_bits = 0, rw_bits = 0; in stub_is_stopped() local
1112 int bp; in insert_watchpoint() local
1190 int bp; in remove_watchpoint() local
/linux-4.4.14/drivers/tty/serial/
Dmpsc.c788 u8 *bp, *bp_p; in mpsc_init_rings() local
942 u8 *bp; in mpsc_rx_intr() local
1117 u8 *bp; in mpsc_copy_tx_data() local
1565 u8 *bp; in mpsc_get_poll_char() local
1712 u8 *bp, *dp, add_cr = 0; in mpsc_console_write() local
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_eeprom.c490 u8 *bp = buffer; in ipath_eeprom_internal_read() local
551 const u8 *bp = buffer; in ipath_eeprom_internal_write() local
/linux-4.4.14/drivers/spi/
Dspi-tle62x0.c103 char *bp = buf; in tle62x0_status_show() local
/linux-4.4.14/sound/pci/hda/
Dhda_auto_parser.c38 static int compare_seq(const void *ap, const void *bp) in compare_seq()
72 static int compare_input_type(const void *ap, const void *bp) in compare_input_type()
/linux-4.4.14/drivers/md/
Ddm-bufio.c1057 enum new_flag nf, struct dm_buffer **bp) in new_read()
1092 struct dm_buffer **bp) in dm_bufio_get()
1099 struct dm_buffer **bp) in dm_bufio_read()
1108 struct dm_buffer **bp) in dm_bufio_new()
Dbitmap.h183 struct bitmap_page *bp; member
/linux-4.4.14/fs/ext4/
Dioctl.c33 unsigned char *ap, *bp; in memswap() local
/linux-4.4.14/arch/arm/
DMakefile354 bp:; $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/bootpImage target
/linux-4.4.14/drivers/firmware/
Ddmi_scan.c46 const u8 *bp = ((u8 *) dm) + dm->length; in dmi_string_nosave() local
70 const char *bp = dmi_string_nosave(dm, s); in dmi_string() local
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c192 u64 si, di, bp, sp; member
200 u64 si, di, bp, sp; member
212 u64 si, di, bp, sp; member
241 u64 si, di, bp, sp; member
/linux-4.4.14/sound/pci/emu10k1/
Demu10k1_callback.c225 struct best_voice *bp; in lookup_voices() local
/linux-4.4.14/drivers/net/usb/
Drndis_host.c318 unsigned char *bp; in generic_rndis_bind() local
/linux-4.4.14/arch/x86/kvm/
Dtss.h49 u16 bp; member
/linux-4.4.14/net/ipv4/
Dinetpeer.c71 void inet_peer_base_init(struct inet_peer_base *bp) in inet_peer_base_init()
/linux-4.4.14/drivers/misc/mic/host/
Dmic_x100.c386 struct boot_params __iomem *bp = mdev->aper.va + mdev->bootaddr; in mic_x100_load_ramdisk() local
/linux-4.4.14/sound/isa/sb/
Demu8000_callback.c173 struct best *bp; in get_voice() local
/linux-4.4.14/drivers/usb/usbip/
Dusbip_common.c333 char *bp = buf; in usbip_recv() local
/linux-4.4.14/arch/ia64/kernel/
Dunwind_decoder.c70 unsigned char *bp = *dpp; in unw_decode_uleb128() local
/linux-4.4.14/drivers/isdn/hisax/
Dtei.c107 u_char *bp; in put_tei_msg() local
/linux-4.4.14/include/net/sctp/
Dcommand.h134 struct sctp_bind_addr *bp; member
/linux-4.4.14/drivers/rtc/
Drtc-ds1305.c216 u8 *bp = buf; in ds1305_set_time() local
/linux-4.4.14/arch/ia64/sn/kernel/
Dsetup.c320 u8 *bp; in sn_scan_pcdp() local
/linux-4.4.14/drivers/media/tuners/
Dtda827x.c98 u8 bp; member
/linux-4.4.14/sound/drivers/opl3/
Dopl3_midi.c165 struct best *bp; in opl3_get_voice() local
/linux-4.4.14/arch/x86/include/uapi/asm/
Dsigcontext.h208 __u32 bp; member
248 __u64 bp; member
/linux-4.4.14/drivers/usb/atm/
Dcxacru.c987 const struct firmware *bp) in cxacru_upload_firmware()
1097 const struct firmware *fw, *bp; in cxacru_heavy_init() local
/linux-4.4.14/drivers/scsi/
Din2000.c2174 char *bp; in in2000_write_info() local
Dwd33c93.c2061 char *bp; in wd33c93_write_info() local
/linux-4.4.14/drivers/net/wan/
Dhd64570.h152 u32 bp; /* Buffer Pointer (24 bits) */ member
/linux-4.4.14/fs/nfsd/
Dnfs4idmap.c200 char *buf1, *bp; in idtoname_parse() local
/linux-4.4.14/fs/ocfs2/
Dioctl.c776 u64 __user *bp = NULL; in ocfs2_get_request_ptr() local

12