Searched refs:mbp (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/scsi/csiostor/ |
H A D | csio_mb.c | 1036 mbp->mb_size = 64; in csio_fcoe_read_portparams_init_mb() 1292 if (mbp->mb_cbfn) in csio_mb_issue() 1296 cmd = mbp->mb; in csio_mb_issue() 1356 struct csio_mb *mbp; in csio_mb_completions() local 1370 if (mbp->mb_cbfn) in csio_mb_completions() 1371 mbp->mb_cbfn(hw, mbp); in csio_mb_completions() 1533 cmd = mbp->mb; in csio_mb_isr_handler() 1554 if (csio_enqueue_evt(hw, CSIO_EVT_MBX, mbp, sizeof(mbp))) in csio_mb_isr_handler() 1586 if (mbp == NULL) { in csio_mb_tmo_handler() 1600 return mbp; in csio_mb_tmo_handler() [all …]
|
H A D | csio_hw.c | 928 if (!mbp) { in csio_do_hello() 1069 if (!mbp) { in csio_do_bye() 1116 if (!mbp) { in csio_do_reset() 1367 if (!mbp) { in csio_get_device_params() 1450 if (!mbp) { in csio_config_device_caps() 1786 if (!mbp) { in csio_enable_ports() 1881 if (!mbp) { in csio_get_fcoe_resinfo() 2215 if (mbp) in csio_hw_use_fwconfig() 2615 if (!mbp) in csio_hw_initialize() 3750 if (mbp) in csio_hw_mb_timer() [all …]
|
H A D | csio_wr.c | 420 struct csio_mb *mbp; in csio_wr_iq_create() local 428 if (!mbp) { in csio_wr_iq_create() 499 if (csio_mb_issue(hw, mbp)) { in csio_wr_iq_create() 561 struct csio_mb *mbp; in csio_wr_eq_create() local 567 if (!mbp) { in csio_wr_eq_create() 636 struct csio_mb *mbp; in csio_wr_iq_destroy() local 643 if (!mbp) in csio_wr_iq_destroy() 661 rv = csio_mb_issue(hw, mbp); in csio_wr_iq_destroy() 710 struct csio_mb *mbp; in csio_wr_eq_destroy() local 716 if (!mbp) in csio_wr_eq_destroy() [all …]
|
H A D | csio_lnode.c | 684 struct csio_mb *mbp; in csio_ln_vnp_read() local 688 if (!mbp) { in csio_ln_vnp_read() 701 if (csio_mb_issue(hw, mbp)) { in csio_ln_vnp_read() 721 struct csio_mb *mbp; in csio_fcoe_enable_link() local 729 if (!mbp) { in csio_fcoe_enable_link() 743 if (csio_mb_issue(hw, mbp)) { in csio_fcoe_enable_link() 835 struct csio_mb *mbp; in csio_ln_read_fcf_entry() local 838 if (!mbp) { in csio_ln_read_fcf_entry() 847 if (csio_mb_issue(hw, mbp)) { in csio_ln_read_fcf_entry() 1389 struct csio_mb *mbp; in csio_get_phy_port_stats() local [all …]
|
H A D | csio_attr.c | 420 struct csio_mb *mbp; in csio_fcoe_alloc_vnp() local 428 mbp = mempool_alloc(hw->mb_mempool, GFP_ATOMIC); in csio_fcoe_alloc_vnp() 429 if (!mbp) { in csio_fcoe_alloc_vnp() 449 ret = csio_mb_issue(hw, mbp); in csio_fcoe_alloc_vnp() 465 rsp = (struct fw_fcoe_vnp_cmd *)(mbp->mb); in csio_fcoe_alloc_vnp() 491 mempool_free(mbp, hw->mb_mempool); in csio_fcoe_alloc_vnp() 500 struct csio_mb *mbp; in csio_fcoe_free_vnp() local 510 if (!mbp) { in csio_fcoe_free_vnp() 521 ret = csio_mb_issue(hw, mbp); in csio_fcoe_free_vnp() 537 rsp = (struct fw_fcoe_vnp_cmd *)(mbp->mb); in csio_fcoe_free_vnp() [all …]
|
H A D | csio_mb.h | 174 void csio_mb_ldst(struct csio_hw *hw, struct csio_mb *mbp, uint32_t tmo, 240 struct csio_mb *mbp, uint32_t mb_tmo, 244 void csio_mb_process_portparams_rsp(struct csio_hw *hw, struct csio_mb *mbp,
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | cpmac.c | 312 u32 mbp, bit, hash[2] = { 0, }; in cpmac_set_multicast_list() local 315 mbp = cpmac_read(priv->regs, CPMAC_MBP); in cpmac_set_multicast_list() 317 cpmac_write(priv->regs, CPMAC_MBP, (mbp & ~MBP_PROMISCCHAN(0)) | in cpmac_set_multicast_list() 320 cpmac_write(priv->regs, CPMAC_MBP, mbp & ~MBP_RXPROMISC); in cpmac_set_multicast_list()
|
/openbmc/linux/Documentation/sound/hd-audio/ |
H A D | models.rst | 382 mbp-vref
|