/Linux-v4.19/sound/soc/codecs/ |
D | es7241.c | 51 unsigned int mfs) in es7241_set_slave_mode() argument 55 if (!mfs) in es7241_set_slave_mode() 59 if (mode->slv_mfs[j] == mfs) in es7241_set_slave_mode() 72 unsigned int mfs) in es7241_set_master_mode() argument 78 if (mfs && mfs != mode->mst_mfs) in es7241_set_master_mode() 92 unsigned int mfs = priv->mclk / rate; in es7241_hw_params() local 102 return es7241_set_slave_mode(priv, mode, mfs); in es7241_hw_params() 104 return es7241_set_master_mode(priv, mode, mfs); in es7241_hw_params()
|
D | es7134.c | 54 unsigned int mfs = priv->mclk / rate; in es7134_check_mclk() local 64 if (mode->mclk_fs[j] == mfs) in es7134_check_mclk() 69 mfs, rate); in es7134_check_mclk()
|
/Linux-v4.19/arch/microblaze/kernel/ |
D | entry.S | 96 mfs r11, rmsr 102 mfs r11, rmsr 108 mfs r11, rmsr 114 mfs r11, rmsr 120 mfs r11, rmsr 126 mfs r11, rmsr 132 mfs r11, rmsr 139 mfs r11, rmsr 146 mfs r11, rmsr 152 mfs r11, rmsr [all …]
|
D | entry-nommu.S | 35 mfs r11, rmsr 41 mfs r11, rmsr 47 mfs r11, rmsr 101 mfs r11, rmsr 103 mfs r11, rear 105 mfs r11, resr 107 mfs r11, rfsr 261 mfs r11, rmsr 263 mfs r11, rear 265 mfs r11, resr [all …]
|
D | hw_exception_handler.S | 348 mfs r5, rmsr; 351 mfs r4, resr 353 mfs r3, rear; 359 mfs r17, rbtr; /* ESR[DS] set - return address in BTR */ 391 mfs r6, rmsr; 419 mfs r7, rfsr 431 mfs r5, rmsr; 438 mfs r5, rmsr; /* disable interrupt */ 472 mfs r17, rbtr; /* ESR[DS] set - return address in BTR */ 537 mfs r6, resr; [all …]
|
D | misc.S | 56 mfs r12, rtlbx /* Retrieve index */
|
D | head.S | 78 mfs r1, rmsr
|
/Linux-v4.19/drivers/scsi/libfc/ |
D | fc_lport.c | 373 sp->sp_bb_data = htons((u16) lport->mfs); in fc_lport_flogi_fill() 382 cp->cp_rdfs = htons((u16) lport->mfs); in fc_lport_flogi_fill() 664 int fc_set_mfs(struct fc_lport *lport, u32 mfs) in fc_set_mfs() argument 671 old_mfs = lport->mfs; in fc_set_mfs() 673 if (mfs >= FC_MIN_MAX_FRAME) { in fc_set_mfs() 674 mfs &= ~3; in fc_set_mfs() 675 if (mfs > FC_MAX_FRAME) in fc_set_mfs() 676 mfs = FC_MAX_FRAME; in fc_set_mfs() 677 mfs -= sizeof(struct fc_frame_header); in fc_set_mfs() 678 lport->mfs = mfs; in fc_set_mfs() [all …]
|
D | fc_rport.c | 230 unsigned int mfs; in fc_plogi_get_maxframe() local 236 mfs = ntohs(flp->fl_csp.sp_bb_data) & FC_SP_BB_DATA_MASK; in fc_plogi_get_maxframe() 237 if (mfs >= FC_SP_MIN_MAX_PAYLOAD && mfs < maxval) in fc_plogi_get_maxframe() 238 maxval = mfs; in fc_plogi_get_maxframe() 239 mfs = ntohs(flp->fl_cssp[3 - 1].cp_rdfs); in fc_plogi_get_maxframe() 240 if (mfs >= FC_SP_MIN_MAX_PAYLOAD && mfs < maxval) in fc_plogi_get_maxframe() 241 maxval = mfs; in fc_plogi_get_maxframe() 733 rdata->maxframe_size = fc_plogi_get_maxframe(flogi, lport->mfs); in fc_rport_login_complete() 1035 rdata->maxframe_size = fc_plogi_get_maxframe(plp, lport->mfs); in fc_rport_plogi_resp() 1924 rdata->maxframe_size = fc_plogi_get_maxframe(pl, lport->mfs); in fc_rport_recv_plogi_req()
|
/Linux-v4.19/include/scsi/ |
D | fc_encode.h | 550 csp->sp_bb_data = htons((u16) lport->mfs); in fc_plogi_fill() 558 cp->cp_rdfs = htons((u16) lport->mfs); in fc_plogi_fill() 581 sp->sp_bb_data = htons((u16) lport->mfs); in fc_flogi_fill() 606 sp->sp_bb_data = htons((u16) lport->mfs); in fc_fdisc_fill()
|
D | libfc.h | 747 u32 mfs; member 913 int fc_set_mfs(struct fc_lport *, u32 mfs);
|
/Linux-v4.19/drivers/scsi/fcoe/ |
D | fcoe.c | 716 u32 mfs; in fcoe_netdev_config() local 738 mfs = netdev->mtu; in fcoe_netdev_config() 740 mfs = FCOE_MTU; in fcoe_netdev_config() 741 FCOE_NETDEV_DBG(netdev, "Supports FCOE_MTU of %d bytes\n", mfs); in fcoe_netdev_config() 743 mfs -= (sizeof(struct fcoe_hdr) + sizeof(struct fcoe_crc_eof)); in fcoe_netdev_config() 744 if (fc_set_mfs(lport, mfs)) in fcoe_netdev_config() 1865 u32 mfs; in fcoe_device_notification() local 1891 mfs = netdev->mtu - (sizeof(struct fcoe_hdr) + in fcoe_device_notification() 1893 if (mfs >= FC_MIN_MAX_FRAME) in fcoe_device_notification() 1894 fc_set_mfs(lport, mfs); in fcoe_device_notification()
|
D | fcoe_ctlr.c | 378 return fip->lp->mfs + sizeof(struct fc_frame_header) + in fcoe_ctlr_fcoe_size()
|
/Linux-v4.19/drivers/crypto/chelsio/chtls/ |
D | chtls_io.c | 50 return DIV_ROUND_UP(size, csk->tlshws.mfs); in nos_ivs() 370 dlen = (dlen < hws->mfs) ? dlen : hws->mfs; in tls_tx_data_wr() 414 req_wr->mfs = htons(hws->mfs); in tls_tx_data_wr() 452 int fragsize = hws->mfs; in chtls_expansion_size() 493 pdus = DIV_ROUND_UP(tls_len, hws->mfs); in make_tlstx_data_wr() 501 ((hws->expansion / hws->pdus) + hws->mfs); in make_tlstx_data_wr()
|
D | chtls.h | 172 u32 mfs; member 297 __be16 mfs; member
|
D | chtls_hw.c | 348 kwr->wr.mfs = htons(TLS_MFS); in chtls_setkey()
|
D | chtls_cm.c | 73 csk->tlshws.mfs = TLS_MFS; in chtls_sock_create()
|
/Linux-v4.19/drivers/scsi/csiostor/ |
D | csio_lnode.c | 297 __be16 mfs; in csio_ln_fdmi_rhba_cbfn() local 369 mfs = ln->ln_sparm.csp.sp_bb_data; in csio_ln_fdmi_rhba_cbfn() 371 &mfs, sizeof(mfs)); in csio_ln_fdmi_rhba_cbfn()
|
/Linux-v4.19/drivers/scsi/fnic/ |
D | fnic_main.c | 871 fc_host_maxframe_size(lp->host) = lp->mfs; in fnic_probe()
|
/Linux-v4.19/drivers/scsi/bnx2fc/ |
D | bnx2fc_hwi.c | 267 ofld_req3.rx_max_fc_pay_len = lport->mfs; in bnx2fc_send_session_ofld_req()
|
/Linux-v4.19/drivers/scsi/qedf/ |
D | qedf_main.c | 1515 fc_host_maxframe_size(lport->host) = lport->mfs; in qedf_lport_setup()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4fw_api.h | 3937 __be16 mfs; member
|