Searched refs:bp (Results 76 - 100 of 530) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser_helper.h31 uint8_t *bios_get_image(struct dc_bios *bp, uint32_t offset,
39 #define GET_IMAGE(type, offset) ((type *) bios_get_image(&bp->base, offset, sizeof(type)))
H A Dbios_parser.c54 bp->base.ctx->logger
56 #define DATA_TABLES(table) (bp->master_data_tbl->ListOfDataTables.table)
61 static uint32_t get_src_obj_list(struct bios_parser *bp, ATOM_OBJECT *object,
63 static ATOM_OBJECT *get_bios_object(struct bios_parser *bp,
65 static enum bp_result get_gpio_i2c_info(struct bios_parser *bp,
68 static ATOM_HPD_INT_RECORD *get_hpd_record(struct bios_parser *bp,
74 struct bios_parser *bp,
82 struct bios_parser *bp,
99 struct bios_parser *bp; local
101 bp
113 bios_parser_destruct(struct bios_parser *bp) argument
121 struct bios_parser *bp = BP_FROM_DCB(*dcb); local
134 get_number_of_objects(struct bios_parser *bp, uint32_t offset) argument
152 struct bios_parser *bp = BP_FROM_DCB(dcb); local
162 struct bios_parser *bp = BP_FROM_DCB(dcb); local
197 struct bios_parser *bp = BP_FROM_DCB(dcb); local
227 struct bios_parser *bp = BP_FROM_DCB(dcb); local
269 struct bios_parser *bp = BP_FROM_DCB(dcb); local
292 bios_parser_get_device_tag_record( struct bios_parser *bp, ATOM_OBJECT *object, ATOM_CONNECTOR_DEVICE_TAG_RECORD **record) argument
335 struct bios_parser *bp = BP_FROM_DCB(dcb); local
381 struct bios_parser *bp = BP_FROM_DCB(dcb); local
421 get_firmware_info_v1_4( struct bios_parser *bp, struct dc_firmware_info *info) argument
471 get_firmware_info_v2_1( struct bios_parser *bp, struct dc_firmware_info *info) argument
555 get_firmware_info_v2_2( struct bios_parser *bp, struct dc_firmware_info *info) argument
649 get_ss_info_v3_1( struct bios_parser *bp, uint32_t id, uint32_t index, struct spread_spectrum_info *ss_info) argument
733 struct bios_parser *bp = BP_FROM_DCB(dcb); local
745 struct bios_parser *bp = BP_FROM_DCB(dcb); local
757 struct bios_parser *bp = BP_FROM_DCB(dcb); local
769 struct bios_parser *bp = BP_FROM_DCB(dcb); local
781 struct bios_parser *bp = BP_FROM_DCB(dcb); local
794 struct bios_parser *bp = BP_FROM_DCB(dcb); local
808 struct bios_parser *bp = BP_FROM_DCB(dcb); local
820 struct bios_parser *bp = BP_FROM_DCB(dcb); local
835 struct bios_parser *bp = BP_FROM_DCB(dcb); local
848 struct bios_parser *bp = BP_FROM_DCB(dcb); local
861 struct bios_parser *bp = BP_FROM_DCB(dcb); local
868 get_hpd_record(struct bios_parser *bp, ATOM_OBJECT *object) argument
929 struct bios_parser *bp = BP_FROM_DCB(dcb); local
996 get_ss_info_from_tbl( struct bios_parser *bp, uint32_t id, struct spread_spectrum_info *ss_info) argument
1022 get_ss_info_from_internal_ss_info_tbl_V2_1( struct bios_parser *bp, uint32_t id, struct spread_spectrum_info *info) argument
1090 get_ss_info_from_ss_info_table( struct bios_parser *bp, uint32_t id, struct spread_spectrum_info *ss_info) argument
1185 struct bios_parser *bp = BP_FROM_DCB(dcb); local
1216 get_embedded_panel_info_v1_2( struct bios_parser *bp, struct embedded_panel_info *info) argument
1335 get_embedded_panel_info_v1_3( struct bios_parser *bp, struct embedded_panel_info *info) argument
1475 struct bios_parser *bp = BP_FROM_DCB(dcb); local
1505 get_encoder_cap_record( struct bios_parser *bp, ATOM_OBJECT *object) argument
1568 struct bios_parser *bp = BP_FROM_DCB(dcb); local
1617 get_ss_entry_number_from_ss_info_tbl( struct bios_parser *bp, uint32_t id) argument
1687 get_ss_entry_number(struct bios_parser *bp, uint32_t id) argument
1705 get_ss_entry_number_from_internal_ss_info_tbl_v2_1( struct bios_parser *bp, uint32_t id) argument
1743 get_ss_entry_number_from_internal_ss_info_tbl_V3_1( struct bios_parser *bp, uint32_t id) argument
1792 struct bios_parser *bp = BP_FROM_DCB(dcb); local
1838 get_gpio_i2c_info(struct bios_parser *bp, ATOM_I2C_RECORD *record, struct graphics_object_i2c_info *info) argument
1959 get_bios_object(struct bios_parser *bp, struct graphics_object_id id) argument
2005 get_src_obj_list(struct bios_parser *bp, ATOM_OBJECT *object, uint16_t **id_list) argument
2237 get_integrated_info_v8( struct bios_parser *bp, struct integrated_info *info) argument
2387 get_integrated_info_v9( struct bios_parser *bp, struct integrated_info *info) argument
2524 construct_integrated_info( struct bios_parser *bp, struct integrated_info *info) argument
2578 struct bios_parser *bp = BP_FROM_DCB(dcb); local
2602 struct bios_parser *bp; local
2704 struct bios_parser *bp; local
2749 struct bios_parser *bp; local
2851 bios_parser_construct( struct bios_parser *bp, struct bp_init_data *init, enum dce_version dce_version) argument
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_msg_x86.h94 * @bp: [IN]
105 flags, magic, bp, \
128 "r"(bp) : \
134 flags, magic, bp, \
157 "r"(bp) : \
164 * In the 32-bit version of this macro, we store bp in a memory location
172 flags, magic, bp, \
193 "m"(bp) : \
199 flags, magic, bp, \
220 "m"(bp)
[all...]
/linux-master/fs/xfs/scrub/
H A Dtrace.c36 if (level < cur->bc_nlevels && cur->bc_levels[level].bp)
38 xfs_buf_daddr(cur->bc_levels[level].bp));
H A Ddabtree.c91 xfs_da3_node_hdr_from_disk(ds->sc->mp, &hdr, blk->bp->b_addr);
149 struct xfs_buf *bp)
151 struct xfs_da_blkinfo *info = bp->b_addr;
156 bp->b_ops = &xfs_dir3_leaf1_buf_ops;
157 bp->b_ops->verify_read(bp);
164 bp->b_ops = &xfs_da3_node_buf_ops;
165 bp->b_ops->verify_read(bp);
171 struct xfs_buf *bp)
148 xchk_da_btree_read_verify( struct xfs_buf *bp) argument
170 xchk_da_btree_write_verify( struct xfs_buf *bp) argument
192 xchk_da_btree_verify( struct xfs_buf *bp) argument
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_dquot_buf.c147 struct xfs_buf *bp,
150 struct xfs_dqblk *d = (struct xfs_dqblk *)bp->b_addr;
165 ndquots = xfs_calc_dquots_per_chunk(bp->b_length);
171 xfs_buf_verifier_error(bp, -EFSBADCRC, __func__,
182 struct xfs_buf *bp,
185 struct xfs_dqblk *dqb = bp->b_addr;
199 ndquots = xfs_calc_dquots_per_chunk(bp->b_length);
219 xfs_buf_verifier_error(bp, -EFSCORRUPTED,
231 struct xfs_buf *bp)
233 struct xfs_mount *mp = bp
145 xfs_dquot_buf_verify_crc( struct xfs_mount *mp, struct xfs_buf *bp, bool readahead) argument
180 xfs_dquot_buf_verify( struct xfs_mount *mp, struct xfs_buf *bp, bool readahead) argument
230 xfs_dquot_buf_verify_struct( struct xfs_buf *bp) argument
239 xfs_dquot_buf_read_verify( struct xfs_buf *bp) argument
256 xfs_dquot_buf_readahead_verify( struct xfs_buf *bp) argument
274 xfs_dquot_buf_write_verify( struct xfs_buf *bp) argument
[all...]
H A Dxfs_dir2_block.c28 static void xfs_dir2_block_log_leaf(xfs_trans_t *tp, struct xfs_buf *bp,
30 static void xfs_dir2_block_log_tail(xfs_trans_t *tp, struct xfs_buf *bp);
49 struct xfs_buf *bp)
51 struct xfs_mount *mp = bp->b_mount;
52 struct xfs_dir3_blk_hdr *hdr3 = bp->b_addr;
54 if (!xfs_verify_magic(bp, hdr3->magic))
60 if (be64_to_cpu(hdr3->blkno) != xfs_buf_daddr(bp))
65 return __xfs_dir3_data_check(NULL, bp);
70 struct xfs_buf *bp)
72 struct xfs_mount *mp = bp
48 xfs_dir3_block_verify( struct xfs_buf *bp) argument
69 xfs_dir3_block_read_verify( struct xfs_buf *bp) argument
86 xfs_dir3_block_write_verify( struct xfs_buf *bp) argument
119 xfs_dir3_block_header_check( struct xfs_inode *dp, struct xfs_buf *bp) argument
165 xfs_dir3_block_init( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_buf *bp, struct xfs_inode *dp) argument
301 xfs_dir2_block_compact( struct xfs_da_args *args, struct xfs_buf *bp, struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_block_tail *btp, struct xfs_dir2_leaf_entry *blp, int *needlog, int *lfloghigh, int *lfloglow) argument
357 struct xfs_buf *bp; /* buffer for block */ local
595 xfs_dir2_block_log_leaf( xfs_trans_t *tp, struct xfs_buf *bp, int first, int last) argument
615 xfs_dir2_block_log_tail( xfs_trans_t *tp, struct xfs_buf *bp) argument
637 struct xfs_buf *bp; /* block buffer */ local
685 struct xfs_buf *bp; /* block buffer */ local
785 struct xfs_buf *bp; /* block buffer */ local
866 struct xfs_buf *bp; /* block buffer */ local
1081 struct xfs_buf *bp; /* block buffer */ local
[all...]
H A Dxfs_btree_mem.c91 struct xfs_buf *bp; local
96 &bp);
100 trace_xfbtree_create_root_buf(xfbt, bp);
102 bp->b_ops = ops->buf_ops;
103 xfs_btree_init_buf(mp, bp, ops, 0, 0, xfbt->owner);
104 xfs_buf_relse(bp);
192 struct xfs_buf *bp)
195 xfs_daddr_t daddr = xfs_buf_daddr(bp);
237 struct xfs_buf *bp; local
243 bp
190 xfbtree_free_block( struct xfs_btree_cur *cur, struct xfs_buf *bp) argument
281 struct xfs_buf *bp = xfbtree_buf_match(xfbt, lip); local
327 struct xfs_buf *bp = xfbtree_buf_match(xfbt, lip); local
[all...]
/linux-master/arch/x86/include/asm/
H A Dhw_breakpoint.h54 extern int hw_breakpoint_arch_parse(struct perf_event *bp,
61 int arch_install_hw_breakpoint(struct perf_event *bp);
62 void arch_uninstall_hw_breakpoint(struct perf_event *bp);
63 void hw_breakpoint_pmu_read(struct perf_event *bp);
64 void hw_breakpoint_pmu_unthrottle(struct perf_event *bp);
67 arch_fill_perf_breakpoint(struct perf_event *bp);
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_xdp.h15 struct bnxt_sw_tx_bd *bnxt_xmit_bd(struct bnxt *bp,
19 void bnxt_tx_int_xdp(struct bnxt *bp, struct bnxt_napi *bnapi, int budget);
20 bool bnxt_rx_xdp(struct bnxt *bp, struct bnxt_rx_ring_info *rxr, u16 cons,
27 bool bnxt_xdp_attached(struct bnxt *bp, struct bnxt_rx_ring_info *rxr);
29 void bnxt_xdp_buff_init(struct bnxt *bp, struct bnxt_rx_ring_info *rxr,
34 struct sk_buff *bnxt_xdp_build_skb(struct bnxt *bp, struct sk_buff *skb,
H A Dbnxt_ptp.h99 struct bnxt *bp; member in struct:bnxt_ptp_cfg
138 void bnxt_ptp_update_current_time(struct bnxt *bp);
139 void bnxt_ptp_pps_event(struct bnxt *bp, u32 data1, u32 data2);
140 int bnxt_ptp_cfg_tstamp_filters(struct bnxt *bp);
141 void bnxt_ptp_reapply_pps(struct bnxt *bp);
144 int bnxt_get_tx_ts_p5(struct bnxt *bp, struct sk_buff *skb);
145 int bnxt_get_rx_ts_p5(struct bnxt *bp, u64 *ts, u32 pkt_ts);
147 int bnxt_ptp_init_rtc(struct bnxt *bp, bool phc_cfg);
148 int bnxt_ptp_init(struct bnxt *bp, bool phc_cfg);
149 void bnxt_ptp_clear(struct bnxt *bp);
[all...]
H A Dbnxt_tc.c50 struct bnxt *bp; local
63 bp = netdev_priv(dev);
64 return bp->pf.fw_fid;
67 static int bnxt_tc_parse_redir(struct bnxt *bp, argument
74 netdev_info(bp->dev, "no dev in mirred action\n");
83 static int bnxt_tc_parse_vlan(struct bnxt *bp, argument
102 static int bnxt_tc_parse_tunnel_set(struct bnxt *bp, argument
110 netdev_info(bp->dev, "only IPv4 tunnel-encap is supported\n");
183 bnxt_tc_parse_pedit(struct bnxt *bp, struct bnxt_tc_actions *actions, argument
200 netdev_err(bp
281 bnxt_tc_parse_actions(struct bnxt *bp, struct bnxt_tc_actions *actions, struct flow_action *flow_action, struct netlink_ext_ack *extack) argument
368 bnxt_tc_parse_flow(struct bnxt *bp, struct flow_cls_offload *tc_flow_cmd, struct bnxt_tc_flow *flow) argument
503 bnxt_hwrm_cfa_flow_free(struct bnxt *bp, struct bnxt_tc_flow_node *flow_node) argument
585 bnxt_hwrm_cfa_flow_alloc(struct bnxt *bp, struct bnxt_tc_flow *flow, __le16 ref_flow_handle, __le32 tunnel_handle, struct bnxt_tc_flow_node *flow_node) argument
789 hwrm_cfa_decap_filter_alloc(struct bnxt *bp, struct bnxt_tc_flow *flow, struct bnxt_tc_l2_key *l2_info, __le32 ref_decap_handle, __le32 *decap_filter_handle) argument
862 hwrm_cfa_decap_filter_free(struct bnxt *bp, __le32 decap_filter_handle) argument
879 hwrm_cfa_encap_record_alloc(struct bnxt *bp, struct ip_tunnel_key *encap_key, struct bnxt_tc_l2_key *l2_info, __le32 *encap_record_handle) argument
928 hwrm_cfa_encap_record_free(struct bnxt *bp, __le32 encap_record_handle) argument
945 bnxt_tc_put_l2_node(struct bnxt *bp, struct bnxt_tc_flow_node *flow_node) argument
967 bnxt_tc_get_l2_node(struct bnxt *bp, struct rhashtable *l2_table, struct rhashtable_params ht_params, struct bnxt_tc_l2_key *l2_key) argument
1001 bnxt_tc_get_ref_flow_handle(struct bnxt *bp, struct bnxt_tc_flow *flow, struct bnxt_tc_flow_node *flow_node, __le16 *ref_flow_handle) argument
1041 bnxt_tc_can_offload(struct bnxt *bp, struct bnxt_tc_flow *flow) argument
1093 bnxt_tc_put_tunnel_node(struct bnxt *bp, struct rhashtable *tunnel_table, struct rhashtable_params *ht_params, struct bnxt_tc_tunnel_node *tunnel_node) argument
1118 bnxt_tc_get_tunnel_node(struct bnxt *bp, struct rhashtable *tunnel_table, struct rhashtable_params *ht_params, struct ip_tunnel_key *tun_key) argument
1149 bnxt_tc_get_ref_decap_handle(struct bnxt *bp, struct bnxt_tc_flow *flow, struct bnxt_tc_l2_key *l2_key, struct bnxt_tc_flow_node *flow_node, __le32 *ref_decap_handle) argument
1189 bnxt_tc_put_decap_l2_node(struct bnxt *bp, struct bnxt_tc_flow_node *flow_node) argument
1208 bnxt_tc_put_decap_handle(struct bnxt *bp, struct bnxt_tc_flow_node *flow_node) argument
1225 bnxt_tc_resolve_tunnel_hdrs(struct bnxt *bp, struct ip_tunnel_key *tun_key, struct bnxt_tc_l2_key *l2_info) argument
1300 bnxt_tc_get_decap_handle(struct bnxt *bp, struct bnxt_tc_flow *flow, struct bnxt_tc_flow_node *flow_node, __le32 *decap_filter_handle) argument
1380 bnxt_tc_put_encap_handle(struct bnxt *bp, struct bnxt_tc_tunnel_node *encap_node) argument
1398 bnxt_tc_get_encap_handle(struct bnxt *bp, struct bnxt_tc_flow *flow, struct bnxt_tc_flow_node *flow_node, __le32 *encap_handle) argument
1442 bnxt_tc_put_tunnel_handle(struct bnxt *bp, struct bnxt_tc_flow *flow, struct bnxt_tc_flow_node *flow_node) argument
1452 bnxt_tc_get_tunnel_handle(struct bnxt *bp, struct bnxt_tc_flow *flow, struct bnxt_tc_flow_node *flow_node, __le32 *tunnel_handle) argument
1466 __bnxt_tc_del_flow(struct bnxt *bp, struct bnxt_tc_flow_node *flow_node) argument
1495 bnxt_tc_set_flow_dir(struct bnxt *bp, struct bnxt_tc_flow *flow, u16 src_fid) argument
1501 bnxt_tc_set_src_fid(struct bnxt *bp, struct bnxt_tc_flow *flow, u16 src_fid) argument
1523 bnxt_tc_add_flow(struct bnxt *bp, u16 src_fid, struct flow_cls_offload *tc_flow_cmd) argument
1608 bnxt_tc_del_flow(struct bnxt *bp, struct flow_cls_offload *tc_flow_cmd) argument
1623 bnxt_tc_get_flow_stats(struct bnxt *bp, struct flow_cls_offload *tc_flow_cmd) argument
1654 bnxt_fill_cfa_stats_req(struct bnxt *bp, struct bnxt_tc_flow_node *flow_node, __le16 *flow_handle, __le32 *flow_id) argument
1681 bnxt_hwrm_cfa_flow_stats_get(struct bnxt *bp, int num_flows, struct bnxt_tc_stats_batch stats_batch[]) argument
1757 bnxt_tc_flow_stats_batch_update(struct bnxt *bp, int num_flows, struct bnxt_tc_stats_batch stats_batch[]) argument
1783 bnxt_tc_flow_stats_batch_prep(struct bnxt *bp, struct bnxt_tc_stats_batch stats_batch[], int *num_flows) argument
1819 bnxt_tc_flow_stats_work(struct bnxt *bp) argument
1849 bnxt_tc_setup_flower(struct bnxt *bp, u16 src_fid, struct flow_cls_offload *cls_flower) argument
1869 struct bnxt *bp = priv->bp; local
1883 bnxt_tc_indr_block_cb_lookup(struct bnxt *bp, struct net_device *netdev) argument
1902 bnxt_tc_setup_indr_block(struct net_device *netdev, struct Qdisc *sch, struct bnxt *bp, struct flow_block_offload *f, void *data, void (*cleanup)(struct flow_block_cb *block_cb)) argument
2009 bnxt_init_tc(struct bnxt *bp) argument
2082 bnxt_shutdown_tc(struct bnxt *bp) argument
[all...]
H A Dbnxt_tc.h218 int bnxt_tc_setup_flower(struct bnxt *bp, u16 src_fid,
220 int bnxt_init_tc(struct bnxt *bp);
221 void bnxt_shutdown_tc(struct bnxt *bp);
222 void bnxt_tc_flow_stats_work(struct bnxt *bp);
224 static inline bool bnxt_tc_flower_enabled(struct bnxt *bp) argument
226 return bp->tc_info && bp->tc_info->enabled;
231 static inline int bnxt_tc_setup_flower(struct bnxt *bp, u16 src_fid, argument
237 static inline int bnxt_init_tc(struct bnxt *bp) argument
242 static inline void bnxt_shutdown_tc(struct bnxt *bp) argument
246 bnxt_tc_flow_stats_work(struct bnxt *bp) argument
250 bnxt_tc_flower_enabled(struct bnxt *bp) argument
[all...]
/linux-master/drivers/input/joystick/
H A Dtwidjoy.c91 struct twidjoy_button_spec *bp; local
96 for (bp = twidjoy_buttons; bp->bitmask; bp++) {
97 int value = (button_bits & (bp->bitmask << bp->bitshift)) >> bp->bitshift;
100 for (i = 0; i < bp->bitmask; i++)
101 input_report_key(dev, bp->buttons[i], i+1 == value);
168 struct twidjoy_button_spec *bp; local
[all...]
/linux-master/fs/bcachefs/
H A Dbackpointers.c20 struct bch_backpointer bp)
35 !memcmp(&bp, &bp2, sizeof(bp)))
46 struct bkey_s_c_backpointer bp = bkey_s_c_to_backpointer(k); local
49 if (!bch2_dev_exists2(c, bp.k->p.inode))
52 struct bch_dev *ca = bch_dev_bkey_exists(c, bp.k->p.inode);
53 struct bpos bucket = bp_pos_to_bucket(c, bp.k->p);
56 bkey_fsck_err_on((bp.v->bucket_offset >> MAX_EXTENT_COMPRESS_RATIO_SHIFT) >= ca->mi.bucket_size ||
57 !bpos_eq(bp.k->p, bucket_pos_to_bp(c, bucket, bp
16 extent_matches_bp(struct bch_fs *c, enum btree_id btree_id, unsigned level, struct bkey_s_c k, struct bpos bucket, struct bch_backpointer bp) argument
65 bch2_backpointer_to_text(struct printbuf *out, const struct bch_backpointer *bp) argument
89 struct bkey_s_backpointer bp = bkey_s_to_backpointer(k); local
96 backpointer_mod_err(struct btree_trans *trans, struct bch_backpointer bp, struct bkey_s_c bp_k, struct bkey_s_c orig_k, bool insert) argument
147 bch2_bucket_backpointer_mod_nowritebuffer(struct btree_trans *trans, struct bpos bucket, struct bch_backpointer bp, struct bkey_s_c orig_k, bool insert) argument
199 bch2_get_next_backpointer(struct btree_trans *trans, struct bpos bucket, int gen, struct bpos *bp_pos, struct bch_backpointer *bp, unsigned iter_flags) argument
245 backpointer_not_found(struct btree_trans *trans, struct bpos bp_pos, struct bch_backpointer bp, struct bkey_s_c k) argument
283 bch2_backpointer_get_key(struct btree_trans *trans, struct btree_iter *iter, struct bpos bp_pos, struct bch_backpointer bp, unsigned iter_flags) argument
322 bch2_backpointer_get_node(struct btree_trans *trans, struct btree_iter *iter, struct bpos bp_pos, struct bch_backpointer bp) argument
502 check_bp_exists(struct btree_trans *trans, struct extents_to_bp_state *s, struct bpos bucket, struct bch_backpointer bp, struct bkey_s_c orig_k) argument
665 struct bch_backpointer bp; local
712 bp_to_bbpos(struct bch_backpointer bp) argument
886 check_one_backpointer(struct btree_trans *trans, struct bbpos start, struct bbpos end, struct bkey_s_c_backpointer bp, struct bpos *last_flushed_pos) argument
[all...]
/linux-master/fs/xfs/
H A Dxfs_attr_list.c216 struct xfs_buf *bp; local
225 error = xfs_da3_node_read(tp, dp, cursor->blkno, &bp,
229 node = bp->b_addr;
264 xfs_trans_brelse(tp, bp);
279 *pbp = bp;
283 xfs_buf_mark_corrupt(bp);
284 xfs_trans_brelse(tp, bp);
297 struct xfs_buf *bp; local
311 bp = NULL;
313 error = xfs_da3_node_read(context->tp, dp, cursor->blkno, &bp,
396 xfs_attr3_leaf_list_int( struct xfs_buf *bp, struct xfs_attr_list_context *context) argument
498 struct xfs_buf *bp; local
[all...]
H A Dxfs_buf_item.h51 void xfs_buf_item_done(struct xfs_buf *bp);
57 void xfs_buf_inode_io_fail(struct xfs_buf *bp);
60 void xfs_buf_dquot_io_fail(struct xfs_buf *bp);
62 static inline void xfs_buf_dquot_iodone(struct xfs_buf *bp) argument
65 static inline void xfs_buf_dquot_io_fail(struct xfs_buf *bp) argument
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-noadv.c83 struct perf_event *bp; local
121 bp = thread->ptrace_bps[0];
123 if (bp) {
124 unregister_hw_breakpoint(bp);
129 if (bp) {
130 attr = bp->attr;
138 ret = modify_user_hw_breakpoint(bp, &attr);
142 thread->ptrace_bps[0] = bp;
154 thread->ptrace_bps[0] = bp = register_user_hw_breakpoint(&attr,
156 if (IS_ERR(bp)) {
199 struct perf_event *bp; local
273 struct perf_event *bp; local
[all...]
/linux-master/arch/um/kernel/
H A Dstacktrace.c21 unsigned long *sp, bp, addr; local
25 bp = get_frame_pointer(tsk, segv_regs);
28 frame = (struct stack_frame *)bp;
33 if ((unsigned long) sp == bp + sizeof(long)) {
35 bp = (unsigned long)frame;
/linux-master/arch/sh/include/asm/
H A Dhw_breakpoint.h55 extern int hw_breakpoint_arch_parse(struct perf_event *bp,
61 int arch_install_hw_breakpoint(struct perf_event *bp);
62 void arch_uninstall_hw_breakpoint(struct perf_event *bp);
63 void hw_breakpoint_pmu_read(struct perf_event *bp);
65 extern void arch_fill_perf_breakpoint(struct perf_event *bp);
/linux-master/fs/freevxfs/
H A Dvxfs_subr.c74 struct buffer_head *bp; local
78 bp = sb_bread(ip->i_sb, pblock);
80 return (bp);
87 * @bp: buffer skeleton
91 * The vxfs_getblk function fills @bp with the right physical
100 struct buffer_head *bp, int create)
106 map_bh(bp, ip->i_sb, pblock);
99 vxfs_getblk(struct inode *ip, sector_t iblock, struct buffer_head *bp, int create) argument
/linux-master/fs/afs/
H A Dvlclient.c118 __be32 *bp; local
143 bp = call->request;
144 *bp++ = htonl(VLGETENTRYBYNAMEU);
145 *bp++ = htonl(volnamesz);
146 memcpy(bp, volname, volnamesz);
148 memset((void *)bp + volnamesz, 0, padsz);
176 __be32 *bp; local
197 bp = call->buffer + sizeof(struct afs_uuid__xdr);
198 uniquifier = ntohl(*bp++);
199 nentries = ntohl(*bp
266 __be32 *bp; local
392 __be32 *bp; local
433 __be32 *bp; local
639 __be32 *bp; local
759 __be32 *bp; local
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c40 * @bp: driver handle
50 static inline void bnx2x_exe_queue_init(struct bnx2x *bp, argument
81 static inline void bnx2x_exe_queue_free_elem(struct bnx2x *bp, argument
106 * @bp: driver handle
113 static inline int bnx2x_exe_queue_add(struct bnx2x *bp, argument
124 rc = o->optimize(bp, o->owner, elem);
129 rc = o->validate(bp, o->owner, elem);
144 bnx2x_exe_queue_free_elem(bp, elem);
152 struct bnx2x *bp,
162 bnx2x_exe_queue_free_elem(bp, ele
151 __bnx2x_exe_queue_reset_pending( struct bnx2x *bp, struct bnx2x_exe_queue_obj *o) argument
175 bnx2x_exe_queue_step(struct bnx2x *bp, struct bnx2x_exe_queue_obj *o, unsigned long *ramrod_flags) argument
250 bnx2x_exe_queue_alloc_elem( struct bnx2x *bp) argument
285 bnx2x_state_wait(struct bnx2x *bp, int state, unsigned long *pstate) argument
320 bnx2x_raw_wait(struct bnx2x *bp, struct bnx2x_raw_obj *raw) argument
432 __bnx2x_vlan_mac_h_write_trylock(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o) argument
453 __bnx2x_vlan_mac_h_exec_pending(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o) argument
482 __bnx2x_vlan_mac_h_pend(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, unsigned long ramrod_flags) argument
502 __bnx2x_vlan_mac_h_write_unlock(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o) argument
524 __bnx2x_vlan_mac_h_read_lock(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o) argument
543 bnx2x_vlan_mac_h_read_lock(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o) argument
565 __bnx2x_vlan_mac_h_read_unlock(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o) argument
600 bnx2x_vlan_mac_h_read_unlock(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o) argument
608 bnx2x_get_n_elements(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, int n, u8 *base, u8 stride, u8 size) argument
641 bnx2x_check_mac_add(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, union bnx2x_classification_ramrod_data *data) argument
661 bnx2x_check_vlan_add(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, union bnx2x_classification_ramrod_data *data) argument
676 bnx2x_check_vlan_mac_add(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, union bnx2x_classification_ramrod_data *data) argument
698 bnx2x_check_mac_del(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, union bnx2x_classification_ramrod_data *data) argument
715 bnx2x_check_vlan_del(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, union bnx2x_classification_ramrod_data *data) argument
731 bnx2x_check_vlan_mac_del(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, union bnx2x_classification_ramrod_data *data) argument
752 bnx2x_check_move(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *src_o, struct bnx2x_vlan_mac_obj *dst_o, union bnx2x_classification_ramrod_data *data) argument
777 bnx2x_check_move_always_err( struct bnx2x *bp, struct bnx2x_vlan_mac_obj *src_o, struct bnx2x_vlan_mac_obj *dst_o, union bnx2x_classification_ramrod_data *data) argument
802 bnx2x_set_mac_in_nig(struct bnx2x *bp, bool add, unsigned char *dev_addr, int index) argument
843 bnx2x_vlan_mac_set_cmd_hdr_e2(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, bool add, int opcode, struct eth_classify_cmd_header *hdr) argument
883 bnx2x_set_one_mac_e2(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, struct bnx2x_exeq_elem *elem, int rule_idx, int cam_offset) argument
979 bnx2x_vlan_mac_set_rdata_hdr_e1x(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, int type, int cam_offset, struct mac_configuration_hdr *hdr) argument
992 bnx2x_vlan_mac_set_cfg_entry_e1x(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, bool add, int opcode, u8 *mac, u16 vlan_id, struct mac_configuration_entry *cfg_entry) argument
1018 bnx2x_vlan_mac_set_rdata_e1x(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, int type, int cam_offset, bool add, u8 *mac, u16 vlan_id, int opcode, struct mac_configuration_cmd *config) argument
1044 bnx2x_set_one_mac_e1x(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, struct bnx2x_exeq_elem *elem, int rule_idx, int cam_offset) argument
1067 bnx2x_set_one_vlan_e2(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, struct bnx2x_exeq_elem *elem, int rule_idx, int cam_offset) argument
1117 bnx2x_set_one_vlan_mac_e2(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, struct bnx2x_exeq_elem *elem, int rule_idx, int cam_offset) argument
1183 bnx2x_set_one_vlan_mac_e1h(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, struct bnx2x_exeq_elem *elem, int rule_idx, int cam_offset) argument
1226 bnx2x_vlan_mac_restore(struct bnx2x *bp, struct bnx2x_vlan_mac_ramrod_params *p, struct bnx2x_vlan_mac_registry_elem **ppos) argument
1338 bnx2x_validate_vlan_mac_add(struct bnx2x *bp, union bnx2x_qable_obj *qo, struct bnx2x_exeq_elem *elem) argument
1386 bnx2x_validate_vlan_mac_del(struct bnx2x *bp, union bnx2x_qable_obj *qo, struct bnx2x_exeq_elem *elem) argument
1445 bnx2x_validate_vlan_mac_move(struct bnx2x *bp, union bnx2x_qable_obj *qo, struct bnx2x_exeq_elem *elem) argument
1507 bnx2x_validate_vlan_mac(struct bnx2x *bp, union bnx2x_qable_obj *qo, struct bnx2x_exeq_elem *elem) argument
1523 bnx2x_remove_vlan_mac(struct bnx2x *bp, union bnx2x_qable_obj *qo, struct bnx2x_exeq_elem *elem) argument
1559 bnx2x_wait_vlan_mac(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o) argument
1582 __bnx2x_vlan_mac_execute_step(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, unsigned long *ramrod_flags) argument
1617 bnx2x_complete_vlan_mac(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, union event_ring_elem *cqe, unsigned long *ramrod_flags) argument
1664 bnx2x_optimize_vlan_mac(struct bnx2x *bp, union bnx2x_qable_obj *qo, struct bnx2x_exeq_elem *elem) argument
1726 bnx2x_vlan_mac_get_registry_elem( struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, struct bnx2x_exeq_elem *elem, bool restore, struct bnx2x_vlan_mac_registry_elem **re) argument
1779 bnx2x_execute_vlan_mac(struct bnx2x *bp, union bnx2x_qable_obj *qo, struct list_head *exe_chunk, unsigned long *ramrod_flags) argument
1902 bnx2x_vlan_mac_push_new_cmd( struct bnx2x *bp, struct bnx2x_vlan_mac_ramrod_params *p) argument
1938 bnx2x_config_vlan_mac(struct bnx2x *bp, struct bnx2x_vlan_mac_ramrod_params *p) argument
2020 bnx2x_vlan_mac_del_all(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, unsigned long *vlan_mac_flags, unsigned long *ramrod_flags) argument
2137 bnx2x_init_mac_obj(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *mac_obj, u8 cl_id, u32 cid, u8 func_id, void *rdata, dma_addr_t rdata_mapping, int state, unsigned long *pstate, bnx2x_obj_type type, struct bnx2x_credit_pool_obj *macs_pool) argument
2191 bnx2x_init_vlan_obj(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *vlan_obj, u8 cl_id, u32 cid, u8 func_id, void *rdata, dma_addr_t rdata_mapping, int state, unsigned long *pstate, bnx2x_obj_type type, struct bnx2x_credit_pool_obj *vlans_pool) argument
2232 bnx2x_init_vlan_mac_obj(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *vlan_mac_obj, u8 cl_id, u32 cid, u8 func_id, void *rdata, dma_addr_t rdata_mapping, int state, unsigned long *pstate, bnx2x_obj_type type, struct bnx2x_credit_pool_obj *macs_pool, struct bnx2x_credit_pool_obj *vlans_pool) argument
2295 __storm_memset_mac_filters(struct bnx2x *bp, struct tstorm_eth_mac_filter_config *mac_filters, u16 pf_id) argument
2307 bnx2x_set_rx_mode_e1x(struct bnx2x *bp, struct bnx2x_rx_mode_ramrod_params *p) argument
2397 bnx2x_rx_mode_set_cmd_state_e2(struct bnx2x *bp, unsigned long *accept_flags, struct eth_filter_rules_cmd *cmd, bool clear_accept_all) argument
2446 bnx2x_set_rx_mode_e2(struct bnx2x *bp, struct bnx2x_rx_mode_ramrod_params *p) argument
2548 bnx2x_wait_rx_mode_comp_e2(struct bnx2x *bp, struct bnx2x_rx_mode_ramrod_params *p) argument
2554 bnx2x_empty_rx_mode_wait(struct bnx2x *bp, struct bnx2x_rx_mode_ramrod_params *p) argument
2561 bnx2x_config_rx_mode(struct bnx2x *bp, struct bnx2x_rx_mode_ramrod_params *p) argument
2581 bnx2x_init_rx_mode_obj(struct bnx2x *bp, struct bnx2x_rx_mode_obj *o) argument
2648 bnx2x_mcast_wait(struct bnx2x *bp, struct bnx2x_mcast_obj *o) argument
2671 bnx2x_mcast_enqueue_cmd(struct bnx2x *bp, struct bnx2x_mcast_obj *o, struct bnx2x_mcast_ramrod_params *p, enum bnx2x_mcast_cmd cmd) argument
2830 bnx2x_mcast_set_one_rule_e2(struct bnx2x *bp, struct bnx2x_mcast_obj *o, int idx, union bnx2x_mcast_config_data *cfg_data, enum bnx2x_mcast_cmd cmd) argument
2903 bnx2x_mcast_handle_restore_cmd_e2( struct bnx2x *bp, struct bnx2x_mcast_obj *o , int start_bin, int *rdata_idx) argument
2934 bnx2x_mcast_hdl_pending_add_e2(struct bnx2x *bp, struct bnx2x_mcast_obj *o, struct bnx2x_pending_mcast_cmd *cmd_pos, int *line_idx) argument
2969 bnx2x_mcast_hdl_pending_del_e2(struct bnx2x *bp, struct bnx2x_mcast_obj *o, struct bnx2x_pending_mcast_cmd *cmd_pos, int *line_idx) argument
2999 bnx2x_mcast_hdl_pending_restore_e2(struct bnx2x *bp, struct bnx2x_mcast_obj *o, struct bnx2x_pending_mcast_cmd *cmd_pos, int *line_idx) argument
3015 bnx2x_mcast_hdl_pending_set_e2_convert(struct bnx2x *bp, struct bnx2x_mcast_obj *o, struct bnx2x_pending_mcast_cmd *cmd_pos) argument
3082 bnx2x_mcast_hdl_pending_set_e2(struct bnx2x *bp, struct bnx2x_mcast_obj *o, struct bnx2x_pending_mcast_cmd *cmd_pos, int *cnt) argument
3118 bnx2x_mcast_handle_pending_cmds_e2(struct bnx2x *bp, struct bnx2x_mcast_ramrod_params *p) argument
3167 bnx2x_mcast_hdl_add(struct bnx2x *bp, struct bnx2x_mcast_obj *o, struct bnx2x_mcast_ramrod_params *p, int *line_idx) argument
3188 bnx2x_mcast_hdl_del(struct bnx2x *bp, struct bnx2x_mcast_obj *o, struct bnx2x_mcast_ramrod_params *p, int *line_idx) argument
3218 bnx2x_mcast_handle_current_cmd(struct bnx2x *bp, struct bnx2x_mcast_ramrod_params *p, enum bnx2x_mcast_cmd cmd, int start_cnt) argument
3252 bnx2x_mcast_validate_e2(struct bnx2x *bp, struct bnx2x_mcast_ramrod_params *p, enum bnx2x_mcast_cmd cmd) argument
3310 bnx2x_mcast_revert_e2(struct bnx2x *bp, struct bnx2x_mcast_ramrod_params *p, int old_num_bins, enum bnx2x_mcast_cmd cmd) argument
3331 bnx2x_mcast_set_rdata_hdr_e2(struct bnx2x *bp, struct bnx2x_mcast_ramrod_params *p, u8 len) argument
3356 bnx2x_mcast_refresh_registry_e2(struct bnx2x *bp, struct bnx2x_mcast_obj *o) argument
3373 bnx2x_mcast_setup_e2(struct bnx2x *bp, struct bnx2x_mcast_ramrod_params *p, enum bnx2x_mcast_cmd cmd) argument
3459 bnx2x_mcast_validate_e1h(struct bnx2x *bp, struct bnx2x_mcast_ramrod_params *p, enum bnx2x_mcast_cmd cmd) argument
3475 bnx2x_mcast_revert_e1h(struct bnx2x *bp, struct bnx2x_mcast_ramrod_params *p, int old_num_bins, enum bnx2x_mcast_cmd cmd) argument
3488 bnx2x_mcast_hdl_add_e1h(struct bnx2x *bp, struct bnx2x_mcast_obj *o, struct bnx2x_mcast_ramrod_params *p, u32 *mc_filter) argument
3509 bnx2x_mcast_hdl_restore_e1h(struct bnx2x *bp, struct bnx2x_mcast_obj *o, struct bnx2x_mcast_ramrod_params *p, u32 *mc_filter) argument
3527 bnx2x_mcast_setup_e1h(struct bnx2x *bp, struct bnx2x_mcast_ramrod_params *p, enum bnx2x_mcast_cmd cmd) argument
3581 bnx2x_mcast_validate_e1(struct bnx2x *bp, struct bnx2x_mcast_ramrod_params *p, enum bnx2x_mcast_cmd cmd) argument
3641 bnx2x_mcast_revert_e1(struct bnx2x *bp, struct bnx2x_mcast_ramrod_params *p, int old_num_macs, enum bnx2x_mcast_cmd cmd) argument
3658 bnx2x_mcast_set_one_rule_e1(struct bnx2x *bp, struct bnx2x_mcast_obj *o, int idx, union bnx2x_mcast_config_data *cfg_data, enum bnx2x_mcast_cmd cmd) argument
3692 bnx2x_mcast_set_rdata_hdr_e1(struct bnx2x *bp, struct bnx2x_mcast_ramrod_params *p, u8 len) argument
3725 bnx2x_mcast_handle_restore_cmd_e1( struct bnx2x *bp, struct bnx2x_mcast_obj *o , int start_idx, int *rdata_idx) argument
3749 bnx2x_mcast_handle_pending_cmds_e1( struct bnx2x *bp, struct bnx2x_mcast_ramrod_params *p) argument
3830 bnx2x_mcast_refresh_registry_e1(struct bnx2x *bp, struct bnx2x_mcast_obj *o) argument
3877 bnx2x_mcast_setup_e1(struct bnx2x *bp, struct bnx2x_mcast_ramrod_params *p, enum bnx2x_mcast_cmd cmd) argument
3978 bnx2x_config_mcast(struct bnx2x *bp, struct bnx2x_mcast_ramrod_params *p, enum bnx2x_mcast_cmd cmd) argument
4068 bnx2x_init_mcast_obj(struct bnx2x *bp, struct bnx2x_mcast_obj *mcast_obj, u8 mcast_cl_id, u32 mcast_cid, u8 func_id, u8 engine_id, void *rdata, dma_addr_t rdata_mapping, int state, unsigned long *pstate, bnx2x_obj_type type) argument
4366 bnx2x_init_mac_credit_pool(struct bnx2x *bp, struct bnx2x_credit_pool_obj *p, u8 func_id, u8 func_num) argument
4421 bnx2x_init_vlan_credit_pool(struct bnx2x *bp, struct bnx2x_credit_pool_obj *p, u8 func_id, u8 func_num) argument
4454 bnx2x_debug_print_ind_table(struct bnx2x *bp, struct bnx2x_config_rss_params *p) argument
4483 bnx2x_setup_rss(struct bnx2x *bp, struct bnx2x_config_rss_params *p) argument
4601 bnx2x_config_rss(struct bnx2x *bp, struct bnx2x_config_rss_params *p) argument
4629 bnx2x_init_rss_config_obj(struct bnx2x *bp, struct bnx2x_rss_config_obj *rss_obj, u8 cl_id, u32 cid, u8 func_id, u8 engine_id, void *rdata, dma_addr_t rdata_mapping, int state, unsigned long *pstate, bnx2x_obj_type type) argument
4657 bnx2x_queue_state_change(struct bnx2x *bp, struct bnx2x_queue_state_params *params) argument
4719 bnx2x_queue_wait_comp(struct bnx2x *bp, struct bnx2x_queue_sp_obj *o, enum bnx2x_queue_cmd cmd) argument
4735 bnx2x_queue_comp_cmd(struct bnx2x *bp, struct bnx2x_queue_sp_obj *o, enum bnx2x_queue_cmd cmd) argument
4778 bnx2x_q_fill_setup_data_e2(struct bnx2x *bp, struct bnx2x_queue_state_params *cmd_params, struct client_init_ramrod_data *data) argument
4791 bnx2x_q_fill_init_general_data(struct bnx2x *bp, struct bnx2x_queue_sp_obj *o, struct bnx2x_general_setup_params *params, struct client_init_general_data *gen_data, unsigned long *flags) argument
4947 bnx2x_q_fill_setup_data_cmn(struct bnx2x *bp, struct bnx2x_queue_state_params *cmd_params, struct client_init_ramrod_data *data) argument
4972 bnx2x_q_fill_setup_tx_only(struct bnx2x *bp, struct bnx2x_queue_state_params *cmd_params, struct tx_queue_init_ramrod_data *data) argument
5003 bnx2x_q_init(struct bnx2x *bp, struct bnx2x_queue_state_params *params) argument
5049 bnx2x_q_send_setup_e1x(struct bnx2x *bp, struct bnx2x_queue_state_params *params) argument
5075 bnx2x_q_send_setup_e2(struct bnx2x *bp, struct bnx2x_queue_state_params *params) argument
5102 bnx2x_q_send_setup_tx_only(struct bnx2x *bp, struct bnx2x_queue_state_params *params) argument
5145 bnx2x_q_fill_update_data(struct bnx2x *bp, struct bnx2x_queue_sp_obj *obj, struct bnx2x_queue_update_params *params, struct client_update_ramrod_data *data) argument
5217 bnx2x_q_send_update(struct bnx2x *bp, struct bnx2x_queue_state_params *params) argument
5259 bnx2x_q_send_deactivate(struct bnx2x *bp, struct bnx2x_queue_state_params *params) argument
5279 bnx2x_q_send_activate(struct bnx2x *bp, struct bnx2x_queue_state_params *params) argument
5292 bnx2x_q_fill_update_tpa_data(struct bnx2x *bp, struct bnx2x_queue_sp_obj *obj, struct bnx2x_queue_update_tpa_params *params, struct tpa_update_ramrod_data *data) argument
5314 bnx2x_q_send_update_tpa(struct bnx2x *bp, struct bnx2x_queue_state_params *params) argument
5350 bnx2x_q_send_halt(struct bnx2x *bp, struct bnx2x_queue_state_params *params) argument
5360 bnx2x_q_send_cfc_del(struct bnx2x *bp, struct bnx2x_queue_state_params *params) argument
5376 bnx2x_q_send_terminate(struct bnx2x *bp, struct bnx2x_queue_state_params *params) argument
5392 bnx2x_q_send_empty(struct bnx2x *bp, struct bnx2x_queue_state_params *params) argument
5402 bnx2x_queue_send_cmd_cmn(struct bnx2x *bp, struct bnx2x_queue_state_params *params) argument
5432 bnx2x_queue_send_cmd_e1x(struct bnx2x *bp, struct bnx2x_queue_state_params *params) argument
5455 bnx2x_queue_send_cmd_e2(struct bnx2x *bp, struct bnx2x_queue_state_params *params) argument
5494 bnx2x_queue_chk_transition(struct bnx2x *bp, struct bnx2x_queue_sp_obj *o, struct bnx2x_queue_state_params *params) argument
5660 bnx2x_init_queue_obj(struct bnx2x *bp, struct bnx2x_queue_sp_obj *obj, u8 cl_id, u32 *cids, u8 cid_cnt, u8 func_id, void *rdata, dma_addr_t rdata_mapping, unsigned long type) argument
5693 bnx2x_get_q_logical_state(struct bnx2x *bp, struct bnx2x_queue_sp_obj *obj) argument
5714 bnx2x_func_get_state(struct bnx2x *bp, struct bnx2x_func_sp_obj *o) argument
5729 bnx2x_func_wait_comp(struct bnx2x *bp, struct bnx2x_func_sp_obj *o, enum bnx2x_func_cmd cmd) argument
5746 bnx2x_func_state_change_comp(struct bnx2x *bp, struct bnx2x_func_sp_obj *o, enum bnx2x_func_cmd cmd) argument
5786 bnx2x_func_comp_cmd(struct bnx2x *bp, struct bnx2x_func_sp_obj *o, enum bnx2x_func_cmd cmd) argument
5812 bnx2x_func_chk_transition(struct bnx2x *bp, struct bnx2x_func_sp_obj *o, struct bnx2x_func_state_params *params) argument
5918 bnx2x_func_init_func(struct bnx2x *bp, const struct bnx2x_func_sp_drv_ops *drv) argument
5935 bnx2x_func_init_port(struct bnx2x *bp, const struct bnx2x_func_sp_drv_ops *drv) argument
5955 bnx2x_func_init_cmn_chip(struct bnx2x *bp, const struct bnx2x_func_sp_drv_ops *drv) argument
5975 bnx2x_func_init_cmn(struct bnx2x *bp, const struct bnx2x_func_sp_drv_ops *drv) argument
5985 bnx2x_func_hw_init(struct bnx2x *bp, struct bnx2x_func_state_params *params) argument
6060 bnx2x_func_reset_func(struct bnx2x *bp, const struct bnx2x_func_sp_drv_ops *drv) argument
6081 bnx2x_func_reset_port(struct bnx2x *bp, const struct bnx2x_func_sp_drv_ops *drv) argument
6098 bnx2x_func_reset_cmn(struct bnx2x *bp, const struct bnx2x_func_sp_drv_ops *drv) argument
6105 bnx2x_func_hw_reset(struct bnx2x *bp, struct bnx2x_func_state_params *params) argument
6137 bnx2x_func_send_start(struct bnx2x *bp, struct bnx2x_func_state_params *params) argument
6199 bnx2x_func_send_switch_update(struct bnx2x *bp, struct bnx2x_func_state_params *params) argument
6278 bnx2x_func_send_afex_update(struct bnx2x *bp, struct bnx2x_func_state_params *params) argument
6317 bnx2x_func_send_afex_viflists(struct bnx2x *bp, struct bnx2x_func_state_params *params) argument
6355 bnx2x_func_send_stop(struct bnx2x *bp, struct bnx2x_func_state_params *params) argument
6362 bnx2x_func_send_tx_stop(struct bnx2x *bp, struct bnx2x_func_state_params *params) argument
6368 bnx2x_func_send_tx_start(struct bnx2x *bp, struct bnx2x_func_state_params *params) argument
6403 bnx2x_func_send_set_timesync(struct bnx2x *bp, struct bnx2x_func_state_params *params) argument
6438 bnx2x_func_send_cmd(struct bnx2x *bp, struct bnx2x_func_state_params *params) argument
6468 bnx2x_init_func_obj(struct bnx2x *bp, struct bnx2x_func_sp_obj *obj, void *rdata, dma_addr_t rdata_mapping, void *afex_rdata, dma_addr_t afex_rdata_mapping, struct bnx2x_func_sp_drv_ops *drv_iface) argument
6503 bnx2x_func_state_change(struct bnx2x *bp, struct bnx2x_func_state_params *params) argument
[all...]
/linux-master/arch/x86/um/asm/
H A Dprocessor_32.h51 #define current_bp() ({ unsigned long bp; __asm__("movl %%ebp, %0" : "=r" (bp) : ); bp; })
/linux-master/arch/x86/boot/compressed/
H A Dmisc.h139 void sev_enable(struct boot_params *bp);
147 static inline void sev_enable(struct boot_params *bp) argument
150 * bp->cc_blob_address should only be set by boot/compressed kernel.
155 if (bp)
156 bp->cc_blob_address = 0;
216 enum efi_type efi_get_type(struct boot_params *bp);
217 unsigned long efi_get_system_table(struct boot_params *bp);
218 int efi_get_conf_table(struct boot_params *bp, unsigned long *cfg_tbl_pa,
220 unsigned long efi_find_vendor_table(struct boot_params *bp,
225 static inline enum efi_type efi_get_type(struct boot_params *bp) argument
230 efi_get_system_table(struct boot_params *bp) argument
235 efi_get_conf_table(struct boot_params *bp, unsigned long *cfg_tbl_pa, unsigned int *cfg_tbl_len) argument
242 efi_find_vendor_table(struct boot_params *bp, unsigned long cfg_tbl_pa, unsigned int cfg_tbl_len, efi_guid_t guid) argument
[all...]

Completed in 204 milliseconds

1234567891011>>