/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_nic.c | 123 struct octnic_ctrl_params nparams) in octnic_alloc_ctrl_pkt_sc() argument 168 struct octnic_ctrl_params nparams) in octnet_send_nic_ctrl_pkt() argument 173 sc = octnic_alloc_ctrl_pkt_sc(oct, nctrl, nparams); in octnet_send_nic_ctrl_pkt()
|
D | lio_main.c | 1162 struct octnic_ctrl_params nparams; in send_rx_ctrl_cmd() local 1171 nparams.resp_order = OCTEON_RESP_NORESPONSE; in send_rx_ctrl_cmd() 1173 if (octnet_send_nic_ctrl_pkt(lio->oct_dev, &nctrl, nparams) < 0) in send_rx_ctrl_cmd() 2240 struct octnic_ctrl_params nparams; in liquidio_set_mcast_list() local 2275 nparams.resp_order = OCTEON_RESP_NORESPONSE; in liquidio_set_mcast_list() 2277 ret = octnet_send_nic_ctrl_pkt(lio->oct_dev, &nctrl, nparams); in liquidio_set_mcast_list() 2295 struct octnic_ctrl_params nparams; in liquidio_set_mac() local 2316 nparams.resp_order = OCTEON_RESP_ORDERED; in liquidio_set_mac() 2318 ret = octnet_send_nic_ctrl_pkt(lio->oct_dev, &nctrl, nparams); in liquidio_set_mac() 2388 struct octnic_ctrl_params nparams; in liquidio_change_mtu() local [all …]
|
D | lio_ethtool.c | 225 struct octnic_ctrl_params nparams; in octnet_gpio_access() local 239 nparams.resp_order = OCTEON_RESP_ORDERED; in octnet_gpio_access() 241 ret = octnet_send_nic_ctrl_pkt(lio->oct_dev, &nctrl, nparams); in octnet_gpio_access() 953 struct octnic_ctrl_params nparams; in lio_set_settings() local 1003 nparams.resp_order = OCTEON_RESP_ORDERED; in lio_set_settings() 1005 ret = octnet_send_nic_ctrl_pkt(lio->oct_dev, &nctrl, nparams); in lio_set_settings()
|
D | octeon_nic.h | 225 struct octnic_ctrl_params nparams);
|
/linux-4.4.14/drivers/video/backlight/ |
D | tdo24m.c | 183 int nparams, err = 0; in tdo24m_writes() local 189 nparams = (*p >> 30) & 0x3; in tdo24m_writes() 191 data = *p << (7 - nparams); in tdo24m_writes() 192 switch (nparams) { in tdo24m_writes() 211 x->len = nparams + 2; in tdo24m_writes()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | t4vf_hw.c | 366 static int t4vf_query_params(struct adapter *adapter, unsigned int nparams, in t4vf_query_params() argument 374 if (nparams > 7) in t4vf_query_params() 382 param[nparams].mnem), 16); in t4vf_query_params() 384 for (i = 0, p = &cmd.param[0]; i < nparams; i++, p++) in t4vf_query_params() 389 for (i = 0, p = &rpl.param[0]; i < nparams; i++, p++) in t4vf_query_params() 404 int t4vf_set_params(struct adapter *adapter, unsigned int nparams, in t4vf_set_params() argument 412 if (nparams > 7) in t4vf_set_params() 420 param[nparams]), 16); in t4vf_set_params() 422 for (i = 0, p = &cmd.param[0]; i < nparams; i++, p++) { in t4vf_set_params()
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_mb.c | 194 unsigned int pf, unsigned int vf, unsigned int nparams, in csio_mb_params() argument 214 while (nparams--) { in csio_mb_params() 222 for (i = 0; i < nparams; i++, p += 2) { in csio_mb_params() 241 enum fw_retval *retval, unsigned int nparams, in csio_mb_process_read_params_rsp() argument 251 for (i = 0; i < nparams; i++, p += 2) in csio_mb_process_read_params_rsp()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4.h | 1358 unsigned int vf, unsigned int nparams, const u32 *params, 1361 unsigned int vf, unsigned int nparams, const u32 *params, 1365 unsigned int nparams, const u32 *params, 1368 unsigned int vf, unsigned int nparams, const u32 *params,
|
D | t4_hw.c | 6240 unsigned int vf, unsigned int nparams, const u32 *params, in t4_query_params_rw() argument 6247 if (nparams > 7) in t4_query_params_rw() 6257 for (i = 0; i < nparams; i++) { in t4_query_params_rw() 6266 for (i = 0, p = &c.param[0].val; i < nparams; i++, p += 2) in t4_query_params_rw() 6272 unsigned int vf, unsigned int nparams, const u32 *params, in t4_query_params() argument 6275 return t4_query_params_rw(adap, mbox, pf, vf, nparams, params, val, 0); in t4_query_params() 6294 unsigned int nparams, const u32 *params, in t4_set_params_timeout() argument 6300 if (nparams > 7) in t4_set_params_timeout() 6310 while (nparams--) { in t4_set_params_timeout() 6332 unsigned int vf, unsigned int nparams, const u32 *params, in t4_set_params() argument [all …]
|
/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 510 int nparams, flowclen16, flowclen; in tx_flowc_wr_credits() local 512 nparams = FLOWC_WR_NPARAMS_MIN; in tx_flowc_wr_credits() 513 flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]); in tx_flowc_wr_credits() 521 *nparamsp = nparams; in tx_flowc_wr_credits() 532 int nparams, flowclen16, flowclen; in send_tx_flowc_wr() local 534 flowclen16 = tx_flowc_wr_credits(&nparams, &flowclen); in send_tx_flowc_wr() 538 htonl(FW_WR_OP_V(FW_FLOWC_WR) | FW_FLOWC_WR_NPARAMS_V(nparams)); in send_tx_flowc_wr()
|