Searched refs:group_id (Results 1 – 13 of 13) sorted by relevance
/drivers/net/wireless/ti/wl18xx/ |
D | cmd.c | 135 int wl18xx_cmd_smart_config_set_group_key(struct wl1271 *wl, u16 group_id, in wl18xx_cmd_smart_config_set_group_key() argument 142 group_id); in wl18xx_cmd_smart_config_set_group_key() 155 cmd->group_id = cpu_to_le32(group_id); in wl18xx_cmd_smart_config_set_group_key()
|
D | cmd.h | 57 __le32 group_id; member 77 int wl18xx_cmd_smart_config_set_group_key(struct wl1271 *wl, u16 group_id,
|
/drivers/scsi/device_handler/ |
D | scsi_dh_alua.c | 65 int group_id; member 265 ALUA_DH_NAME, h->group_id, in stpg_endio() 294 h->buff[6] = (h->group_id >> 8) & 0xff; in submit_stpg() 295 h->buff[7] = h->group_id & 0xff; in submit_stpg() 401 h->group_id = (d[6] << 8) + d[7]; in alua_vpd_inquiry() 409 if (h->group_id == -1) { in alua_vpd_inquiry() 424 ALUA_DH_NAME, h->group_id, h->rel_port); in alua_vpd_inquiry() 626 if (h->group_id == (ucp[2] << 8) + ucp[3]) { in alua_rtpg() 636 ALUA_DH_NAME, h->group_id, print_alua_state(h->state), in alua_rtpg() 866 h->group_id = -1; in alua_bus_attach()
|
/drivers/net/wireless/ti/wlcore/ |
D | hw_ops.h | 282 wlcore_smart_config_set_group_key(struct wl1271 *wl, u16 group_id, in wlcore_smart_config_set_group_key() argument 288 return wl->ops->smart_config_set_group_key(wl, group_id, key_len, key); in wlcore_smart_config_set_group_key()
|
D | wlcore.h | 122 int (*smart_config_set_group_key)(struct wl1271 *wl, u16 group_id,
|
/drivers/media/ |
D | media-device.c | 111 u_ent.group_id = ent->group_id; in media_device_enum_entities()
|
D | media-entity.c | 65 entity->group_id = 0; in media_entity_init()
|
/drivers/gpu/drm/ |
D | README.drm | 30 http://sourceforge.net/project/showfiles.php?group_id=387
|
/drivers/gpu/drm/qxl/ |
D | qxl_dev.h | 302 uint32_t group_id; member 381 uint32_t group_id; member
|
/drivers/pinctrl/ |
D | pinctrl-adi2.c | 623 unsigned group_id) in adi_pinmux_set() argument 631 mux = (unsigned short *)pinctrl->soc->groups[group_id].mux; in adi_pinmux_set()
|
/drivers/vfio/pci/ |
D | vfio_pci.c | 273 fill->devices[fill->cur].group_id = iommu_group_id(iommu_group); in vfio_pci_fill_devs()
|
/drivers/net/ethernet/brocade/bna/ |
D | bna_tx_rx.c | 1108 int group_id = (vlan_id >> BFI_VLAN_BLOCK_SHIFT); in bna_rx_vlan_add() local 1112 rxf->vlan_pending_bitmask |= (1 << group_id); in bna_rx_vlan_add() 1123 int group_id = (vlan_id >> BFI_VLAN_BLOCK_SHIFT); in bna_rx_vlan_del() local 1127 rxf->vlan_pending_bitmask |= (1 << group_id); in bna_rx_vlan_del()
|
/drivers/md/ |
D | raid5.c | 5206 int group_id = group - conf->worker_groups; in raid5_do_work() local 5220 batch_size = handle_active_stripes(conf, group_id, worker, in raid5_do_work()
|