Home
last modified time | relevance | path

Searched refs:cid (Results 51 – 75 of 335) sorted by relevance

12345678910>>...14

/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dwmi.h948 u8 cid; member
1042 u8 cid; member
1105 u8 cid; member
1250 u8 cid; member
1258 u8 cid; member
1280 u8 cid; member
1299 u8 cid; member
1828 u8 cid; member
1936 u8 cid; member
2157 u8 cid; member
[all …]
H A Dtxrx.h493 u8 cid; member
669 return skb_rx_info->rx_info.cid; in wil_skb_get_cid()
672 static inline void wil_skb_set_cid(struct sk_buff *skb, u8 cid) in wil_skb_set_cid() argument
676 skb_rx_info->rx_info.cid = cid; in wil_skb_set_cid()
680 void wil_netif_rx(struct sk_buff *skb, struct net_device *ndev, int cid,
684 u8 cid, u8 tid, u16 seq);
H A Dwil6210.h438 static inline u8 mk_cidxtid(u8 cid, u8 tid) in mk_cidxtid() argument
440 return ((tid & 0xf) << 4) | (cid & 0xf); in mk_cidxtid()
452 *cid = cidxtid & 0xf; in parse_cidxtid()
597 int size, int cid, int tid);
610 int cid, int tid);
619 struct sk_buff *skb, int *tid, int *cid,
622 int *cid, int *security);
776 u8 cid; member
1155 return (cid >= 0 && cid < wil->max_assoc_sta && cid < WIL6210_MAX_CID); in wil_cid_valid()
1273 u8 mid, u8 cid, u8 tid, u8 token,
[all …]
H A Dcfg80211.c435 .cid = cid, in wil_cid_fill_sinfo()
1552 if (cid < 0) { in wil_find_sta_by_key_usage()
2277 int cid, i; in wil_cfg80211_change_station() local
2293 if (cid < 0) { in wil_cfg80211_change_station()
2394 if (cid < 0) in wil_cfg80211_probe_client()
2401 req->cid = cid; in wil_cfg80211_probe_client()
3110 int cid = 0; in wil_rf_sector_get_selected() local
3155 cmd.cid = (u8)cid; in wil_rf_sector_get_selected()
3205 cmd.cid = (u8)cid; in wil_rf_sector_wmi_set_selected()
3226 int cid = 0; in wil_rf_sector_set_selected() local
[all …]
/openbmc/linux/include/scsi/
H A Discsi_if.h116 uint32_t cid; member
120 uint32_t cid; member
126 uint32_t cid; member
130 uint32_t cid; member
136 uint32_t cid; member
142 uint32_t cid; member
146 uint32_t cid; member
152 uint32_t cid; member
249 uint32_t cid; member
257 uint32_t cid; member
[all …]
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-flash-led-class.c331 ctrl_init_data[INDICATOR_INTENSITY].cid = in __fill_ctrl_init_data()
347 ctrl_init_data[FLASH_FAULT].cid = V4L2_CID_FLASH_FAULT; in __fill_ctrl_init_data()
361 ctrl_init_data[LED_MODE].cid = V4L2_CID_FLASH_LED_MODE; in __fill_ctrl_init_data()
378 ctrl_init_data[FLASH_STROBE].cid = V4L2_CID_FLASH_STROBE; in __fill_ctrl_init_data()
383 ctrl_init_data[STROBE_STOP].cid = V4L2_CID_FLASH_STROBE_STOP; in __fill_ctrl_init_data()
391 ctrl_init_data[STROBE_SOURCE].cid = in __fill_ctrl_init_data()
402 ctrl_init_data[STROBE_STATUS].cid = in __fill_ctrl_init_data()
412 ctrl_init_data[FLASH_TIMEOUT].cid = V4L2_CID_FLASH_TIMEOUT; in __fill_ctrl_init_data()
420 ctrl_init_data[FLASH_INTENSITY].cid = V4L2_CID_FLASH_INTENSITY; in __fill_ctrl_init_data()
454 if (ctrl_init_data[i].cid) in v4l2_flash_init_controls()
[all …]
/openbmc/linux/drivers/platform/surface/aggregator/
H A Dtrace.h362 __field(u8, cid)
371 __entry->cid = cmd->cid;
381 __entry->cid,
480 __field(u16, cid)
496 __entry->cid = ssam_trace_get_command_field_u8(p, cid);
508 ssam_show_generic_u8_field(__entry->cid),
530 __field(u16, cid)
547 __entry->cid = ssam_trace_get_command_field_u8(p, cid);
559 ssam_show_generic_u8_field(__entry->cid),
/openbmc/linux/net/bluetooth/
H A Dhci_codec.c23 entry->cid = __le16_to_cpu(sent->cid); in hci_codec_list_add()
178 caps.cid = vnd_codecs->codec[i].cid; in hci_read_supported_codecs()
245 caps.cid = vnd_codecs->codec[i].cid; in hci_read_supported_codecs_v2()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_context.c174 cmd->body.cid = res->id; in vmw_hw_context_destroy()
278 cmd->body.cid = res->id; in vmw_context_init()
329 cmd->body.cid = res->id; in vmw_gb_context_create()
359 cmd->body.cid = res->id; in vmw_gb_context_bind()
408 cmd1->body.cid = res->id; in vmw_gb_context_unbind()
413 cmd2->body.cid = res->id; in vmw_gb_context_unbind()
451 cmd->body.cid = res->id; in vmw_gb_context_destroy()
496 cmd->body.cid = res->id; in vmw_dx_context_create()
526 cmd->body.cid = res->id; in vmw_dx_context_bind()
629 cmd2->body.cid = res->id; in vmw_dx_context_unbind()
[all …]
H A Dvmwgfx_cmd.c562 uint32_t cid) in vmw_cmd_emit_dummy_legacy_query() argument
582 cmd->body.cid = cid; in vmw_cmd_emit_dummy_legacy_query()
608 uint32_t cid) in vmw_cmd_emit_dummy_gb_query() argument
628 cmd->body.cid = cid; in vmw_cmd_emit_dummy_gb_query()
659 uint32_t cid) in vmw_cmd_emit_dummy_query() argument
662 return vmw_cmd_emit_dummy_gb_query(dev_priv, cid); in vmw_cmd_emit_dummy_query()
664 return vmw_cmd_emit_dummy_legacy_query(dev_priv, cid); in vmw_cmd_emit_dummy_query()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dcnic.c230 ring->cid = cid; in cnic_ring_ctl()
1619 ctx->cid = cid; in cnic_alloc_bnx2x_conn_resc()
1629 ctx->cid = cid; in cnic_alloc_bnx2x_conn_resc()
1695 u32 cid = ctx->cid; in cnic_setup_bnx2x_ctx() local
2379 cid = ctx->cid; in cnic_bnx2x_fcoe_ofld1()
2407 cid = BNX2X_HW_CID(bp, cid); in cnic_bnx2x_fcoe_ofld1()
2641 l4kcqe->cid = cid; in cnic_bnx2x_kwqe_err()
3521 l4kwqe1->cid = csk->cid; in cnic_cm_conn_req()
3557 l4kwqe->cid = csk->cid; in cnic_cm_close_req()
3574 l4kwqe->cid = csk->cid; in cnic_cm_abort_req()
[all …]
/openbmc/linux/drivers/powercap/
H A Darm_scmi_powercap.c122 static int scmi_powercap_set_power_limit_uw(struct powercap_zone *pz, int cid, in scmi_powercap_set_power_limit_uw() argument
136 static int scmi_powercap_get_power_limit_uw(struct powercap_zone *pz, int cid, in scmi_powercap_get_power_limit_uw() argument
171 static int scmi_powercap_set_time_window_us(struct powercap_zone *pz, int cid, in scmi_powercap_set_time_window_us() argument
185 static int scmi_powercap_get_time_window_us(struct powercap_zone *pz, int cid, in scmi_powercap_get_time_window_us() argument
201 static int scmi_powercap_get_max_power_uw(struct powercap_zone *pz, int cid, in scmi_powercap_get_max_power_uw() argument
213 static int scmi_powercap_get_min_power_uw(struct powercap_zone *pz, int cid, in scmi_powercap_get_min_power_uw() argument
226 int cid, u64 *time_window_us) in scmi_powercap_get_max_time_window_us() argument
236 int cid, u64 *time_window_us) in scmi_powercap_get_min_time_window_us() argument
245 static const char *scmi_powercap_get_name(struct powercap_zone *pz, int cid) in scmi_powercap_get_name() argument
/openbmc/qemu/hw/sd/
H A Dsd.c122 uint8_t cid[16]; member
444 sd->cid[2] = OID[1]; in sd_set_cid()
446 sd->cid[4] = PNM[1]; in sd_set_cid()
447 sd->cid[5] = PNM[2]; in sd_set_cid()
448 sd->cid[6] = PNM[3]; in sd_set_cid()
449 sd->cid[7] = PNM[4]; in sd_set_cid()
455 sd->cid[15] = (sd_crc7(sd->cid, 15) << 1) | 1; in sd_set_cid()
464 sd->cid[4] = PNM[1]; in emmc_set_cid()
465 sd->cid[5] = PNM[2]; in emmc_set_cid()
472 sd->cid[15] = (sd_crc7(sd->cid, 15) << 1) | 1; in emmc_set_cid()
[all …]
/openbmc/linux/drivers/acpi/acpica/
H A Devrgnini.c317 struct acpi_pnp_device_id_list *cid; in acpi_ev_is_pci_root_bridge() local
337 status = acpi_ut_execute_CID(node, &cid); in acpi_ev_is_pci_root_bridge()
344 for (i = 0; i < cid->count; i++) { in acpi_ev_is_pci_root_bridge()
345 if (acpi_ut_is_pci_root_bridge(cid->ids[i].string)) { in acpi_ev_is_pci_root_bridge()
346 ACPI_FREE(cid); in acpi_ev_is_pci_root_bridge()
351 ACPI_FREE(cid); in acpi_ev_is_pci_root_bridge()
/openbmc/u-boot/drivers/tee/optee/
H A Drpmb.c34 u8 cid[16]; member
108 memcpy(info->cid, mmc->cid, sizeof(info->cid)); in rpmb_get_dev_info()
/openbmc/linux/drivers/staging/media/av7110/
H A Dav7110_ipack.c11 p->cid = 0; in av7110_ipack_reset()
58 p->buf[3] = p->cid; in send_ipack()
61 if (p->repack_subids && p->cid == PRIVATE_STREAM1) { in send_ipack()
87 if (p->repack_subids && p->cid == PRIVATE_STREAM1 in send_ipack()
100 p->buf[3] = p->cid; in send_ipack()
174 p->cid = 0; in av7110_ipack_instant_repack()
190 p->cid = buf[c]; in av7110_ipack_instant_repack()
261 switch (p->cid) { in av7110_ipack_instant_repack()
/openbmc/linux/drivers/scsi/aacraid/
H A Dlinit.c439 unsigned cid; in aac_slave_configure() local
443 for (cid = 0; cid < aac->maximum_num_containers; ++cid) in aac_slave_configure()
686 u32 bus, cid; in aac_eh_abort() local
693 cid = scmd_id(cmd); in aac_eh_abort()
908 u32 bus, cid; in aac_eh_dev_reset() local
915 cid = scmd_id(cmd); in aac_eh_dev_reset()
971 u32 bus, cid; in aac_eh_target_reset() local
978 cid = scmd_id(cmd); in aac_eh_target_reset()
1049 u32 bus, cid; in aac_eh_bus_reset() local
1117 int bus, cid; in aac_eh_host_reset() local
[all …]
/openbmc/linux/drivers/amba/
H A Dbus.c54 ((dev->cid != CORESIGHT_CID) || in amba_lookup()
136 u32 size, pid, cid; in amba_read_periphid() local
178 for (cid = 0, i = 0; i < 4; i++) in amba_read_periphid()
179 cid |= (readl(tmp + size - 0x10 + 4 * i) & 255) << (i * 8); in amba_read_periphid()
181 if (cid == CORESIGHT_CID) { in amba_read_periphid()
189 if (cid == AMBA_CID || cid == CORESIGHT_CID) { in amba_read_periphid()
191 dev->cid = cid; in amba_read_periphid()
/openbmc/linux/net/6lowpan/
H A Diphc.c153 #define LOWPAN_IPHC_CID_DCI(cid) (cid & 0x0f) argument
154 #define LOWPAN_IPHC_CID_SCI(cid) ((cid & 0xf0) >> 4) argument
617 u8 iphc0, iphc1, cid = 0; in lowpan_header_decompress() local
631 if (lowpan_fetch_skb(skb, &cid, sizeof(cid))) in lowpan_header_decompress()
661 ci = lowpan_iphc_ctx_get_by_id(dev, LOWPAN_IPHC_CID_SCI(cid)); in lowpan_header_decompress()
689 ci = lowpan_iphc_ctx_get_by_id(dev, LOWPAN_IPHC_CID_DCI(cid)); in lowpan_header_decompress()
1134 u8 iphc0, iphc1, *hc_ptr, cid = 0; in lowpan_header_compress() local
1173 cid |= dci->id; in lowpan_header_compress()
1181 cid |= (sci->id << 4); in lowpan_header_compress()
1186 if (cid) { in lowpan_header_compress()
[all …]
/openbmc/linux/net/rxrpc/
H A Dconn_service.c31 k.cid = sp->hdr.cid & RXRPC_CIDMASK; in rxrpc_find_service_conn_rcu()
158 conn->proto.cid = sp->hdr.cid & RXRPC_CIDMASK; in rxrpc_new_incoming_connection()
/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_main.h210 unsigned int cid; member
238 unsigned short cid; member
298 #define BE_SET_CID_TO_CRI(cri_index, cid) \ argument
299 (phba->cid_to_cri_map[cid] = cri_index)
300 #define BE_GET_CRI_FROM_CID(cid) (phba->cid_to_cri_map[cid]) argument
607 #define BE_GET_ASYNC_CRI_FROM_CID(cid) (pasync_ctx->cid_to_async_cri_map[cid]) argument
627 u8 cid[10]; member
644 u8 cid[13]; /* DWORD 3 */ member
789 struct wrb_handle *alloc_wrb_handle(struct beiscsi_hba *phba, unsigned int cid,
/openbmc/linux/tools/testing/vsock/
H A DREADME24 --peer-cid=3
28 --peer-cid=2
33 --peer-cid=2
37 --peer-cid=3
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vcap_impl.c365 if (cid >= SPARX5_VCAP_CID_IS0_L1 && cid < SPARX5_VCAP_CID_IS0_L2) in sparx5_vcap_is0_cid_to_lookup()
367 else if (cid >= SPARX5_VCAP_CID_IS0_L2 && cid < SPARX5_VCAP_CID_IS0_L3) in sparx5_vcap_is0_cid_to_lookup()
369 else if (cid >= SPARX5_VCAP_CID_IS0_L3 && cid < SPARX5_VCAP_CID_IS0_L4) in sparx5_vcap_is0_cid_to_lookup()
371 else if (cid >= SPARX5_VCAP_CID_IS0_L4 && cid < SPARX5_VCAP_CID_IS0_L5) in sparx5_vcap_is0_cid_to_lookup()
373 else if (cid >= SPARX5_VCAP_CID_IS0_L5 && cid < SPARX5_VCAP_CID_IS0_MAX) in sparx5_vcap_is0_cid_to_lookup()
384 if (cid >= SPARX5_VCAP_CID_IS2_L1 && cid < SPARX5_VCAP_CID_IS2_L2) in sparx5_vcap_is2_cid_to_lookup()
386 else if (cid >= SPARX5_VCAP_CID_IS2_L2 && cid < SPARX5_VCAP_CID_IS2_L3) in sparx5_vcap_is2_cid_to_lookup()
388 else if (cid >= SPARX5_VCAP_CID_IS2_L3 && cid < SPARX5_VCAP_CID_IS2_MAX) in sparx5_vcap_is2_cid_to_lookup()
399 if (cid >= SPARX5_VCAP_CID_ES2_L1) in sparx5_vcap_es2_cid_to_lookup()
694 int cid, in sparx5_vcap_get_port_keyset() argument
[all …]
/openbmc/linux/drivers/mmc/core/
H A Dcard.h15 #define mmc_card_name(c) ((c)->cid.prod_name)
159 cid_rev(card->cid.hwrev, \
160 card->cid.fwrev, \
161 card->cid.year, \
162 card->cid.month)
/openbmc/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.c720 int err, cid; in post_recv_path() local
722 for (cid = 0; cid < clt_path->s.con_num; cid++) { in post_recv_path()
723 if (cid == 0) in post_recv_path()
1622 con->cpu = (cid ? cid - 1 : 0) % nr_cpu_ids; in create_con()
1623 con->c.cid = cid; in create_con()
1805 .cid = cpu_to_le16(con->c.cid), in rtrs_rdma_route_resolved()
2150 unsigned int cid; in rtrs_clt_stop_and_destroy_conns() local
2176 for (cid = 0; cid < clt_path->s.con_num; cid++) { in rtrs_clt_stop_and_destroy_conns()
2198 for (cid = 0; cid < clt_path->s.con_num; cid++) { in rtrs_clt_stop_and_destroy_conns()
2325 unsigned int cid; in init_conns() local
[all …]

12345678910>>...14