Searched refs:mfs (Results 1 - 21 of 21) sorted by relevance

/linux-master/sound/soc/codecs/
H A Des7241.c51 unsigned int mfs)
55 if (!mfs)
59 if (mode->slv_mfs[j] == mfs)
72 unsigned int mfs)
78 if (mfs && mfs != mode->mst_mfs)
92 unsigned int mfs = priv->mclk / rate; local
102 return es7241_set_consumer_mode(priv, mode, mfs);
104 return es7241_set_provider_mode(priv, mode, mfs);
49 es7241_set_consumer_mode(struct es7241_data *priv, const struct es7241_clock_mode *mode, unsigned int mfs) argument
70 es7241_set_provider_mode(struct es7241_data *priv, const struct es7241_clock_mode *mode, unsigned int mfs) argument
H A Des7134.c41 unsigned int mfs = priv->mclk / rate; local
51 if (mode->mclk_fs[j] == mfs)
56 mfs, rate);
/linux-master/arch/microblaze/kernel/
H A Dentry.S98 mfs r11, rmsr
104 mfs r11, rmsr
110 mfs r11, rmsr
116 mfs r11, rmsr
122 mfs r11, rmsr
128 mfs r11, rmsr
134 mfs r11, rmsr
141 mfs r11, rmsr
148 mfs r11, rmsr
154 mfs r1
[all...]
H A Dmisc.S56 mfs r12, rtlbx /* Retrieve index */
H A Dhw_exception_handler.S329 mfs r5, rmsr;
332 mfs r4, resr
334 mfs r3, rear;
375 mfs r17, rbtr; /* ESR[DS] set - return address in BTR */
440 mfs r6, resr;
486 mfs r11, rpid
557 mfs r5, rtlbx /* DEBUG: TBD */
600 mfs r11, rpid
670 mfs r11, rpid
H A Dhead.S69 * According to Xilinx, msrclr instruction behaves like 'mfs rX,rpc'
75 mfs r1, rmsr
/linux-master/drivers/scsi/libfc/
H A Dfc_lport.c370 sp->sp_bb_data = htons((u16) lport->mfs);
379 cp->cp_rdfs = htons((u16) lport->mfs);
659 * @mfs: The new MFS
661 int fc_set_mfs(struct fc_lport *lport, u32 mfs) argument
668 old_mfs = lport->mfs;
670 if (mfs >= FC_MIN_MAX_FRAME) {
671 mfs &= ~3;
672 if (mfs > FC_MAX_FRAME)
673 mfs = FC_MAX_FRAME;
674 mfs
1744 u16 mfs; local
[all...]
H A Dfc_rport.c222 unsigned int mfs; local
228 mfs = ntohs(flp->fl_csp.sp_bb_data) & FC_SP_BB_DATA_MASK;
229 if (mfs >= FC_SP_MIN_MAX_PAYLOAD && mfs < maxval)
230 maxval = mfs;
231 mfs = ntohs(flp->fl_cssp[3 - 1].cp_rdfs);
232 if (mfs >= FC_SP_MIN_MAX_PAYLOAD && mfs < maxval)
233 maxval = mfs;
728 rdata->maxframe_size = fc_plogi_get_maxframe(flogi, lport->mfs);
[all...]
H A Dfc_encode.h764 csp->sp_bb_data = htons((u16) lport->mfs);
772 cp->cp_rdfs = htons((u16) lport->mfs);
795 sp->sp_bb_data = htons((u16) lport->mfs);
820 sp->sp_bb_data = htons((u16) lport->mfs);
/linux-master/include/scsi/
H A Dlibfc.h688 * @mfs: The maximum Fibre Channel payload size
744 u32 mfs; member in struct:fc_lport
910 int fc_set_mfs(struct fc_lport *, u32 mfs);
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c47 return DIV_ROUND_UP(size, csk->tlshws.mfs);
367 dlen = (dlen < hws->mfs) ? dlen : hws->mfs;
411 req_wr->mfs = htons(hws->mfs);
449 int fragsize = hws->mfs;
490 pdus = DIV_ROUND_UP(tls_len, hws->mfs);
498 ((hws->expansion / hws->pdus) + hws->mfs);
H A Dchtls.h265 u32 mfs; member in struct:chtls_hws
395 __be16 mfs; member in struct:tls_key_wr
H A Dchtls_hw.c404 kwr->wr.mfs = htons(TLS_MFS);
H A Dchtls_cm.c80 csk->tlshws.mfs = TLS_MFS;
/linux-master/drivers/scsi/fcoe/
H A Dfcoe.c702 u32 mfs; local
724 mfs = netdev->mtu;
726 mfs = FCOE_MTU;
727 FCOE_NETDEV_DBG(netdev, "Supports FCOE_MTU of %d bytes\n", mfs);
729 mfs -= (sizeof(struct fcoe_hdr) + sizeof(struct fcoe_crc_eof));
730 if (fc_set_mfs(lport, mfs))
1842 u32 mfs; local
1868 mfs = netdev->mtu - (sizeof(struct fcoe_hdr) +
1870 if (mfs >= FC_MIN_MAX_FRAME)
1871 fc_set_mfs(lport, mfs);
[all...]
H A Dfcoe_ctlr.c365 * Note: lp->mfs is currently the payload size, not the frame size.
367 return fip->lp->mfs + sizeof(struct fc_frame_header) +
/linux-master/drivers/scsi/csiostor/
H A Dcsio_lnode.c297 __be16 mfs; local
370 mfs = ln->ln_sparm.csp.sp_bb_data;
372 &mfs, sizeof(mfs));
/linux-master/drivers/scsi/fnic/
H A Dfnic_main.c939 fc_host_maxframe_size(lp->host) = lp->mfs;
/linux-master/drivers/scsi/qedf/
H A Dqedf_main.c1765 fc_host_maxframe_size(lport->host) = lport->mfs;
1945 fc_host_maxframe_size(vn_port->host) = n_port->mfs;
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c267 ofld_req3.rx_max_fc_pay_len = lport->mfs;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h4076 __be16 mfs; member in struct:fw_tlstx_data_wr

Completed in 266 milliseconds