Searched refs:token_size (Results 1 – 14 of 14) sorted by relevance
| /linux/net/wireless/ |
| H A D | wext-core.c | 75 .token_size = 1, 84 .token_size = sizeof(struct iw_priv_args), 93 .token_size = 1, 99 .token_size = sizeof(struct sockaddr), 104 .token_size = sizeof(struct sockaddr) + 110 .token_size = sizeof(struct iw_thrspy), 116 .token_size = sizeof(struct iw_thrspy), 129 .token_size = 1, 135 .token_size = sizeof(struct sockaddr) + 142 .token_size = 1, [all …]
|
| /linux/drivers/virt/coco/arm-cca-guest/ |
| H A D | arm-cca-guest.c | 78 unsigned long token_size = 0; in arm_cca_report_new() local 136 token_size = 0; in arm_cca_report_new() 145 if (WARN_ON(token_size + info.offset > max_size)) in arm_cca_report_new() 147 memcpy(&token[token_size], buf, info.offset); in arm_cca_report_new() 148 token_size += info.offset; in arm_cca_report_new() 153 report->outblob_len = token_size; in arm_cca_report_new()
|
| /linux/drivers/media/pci/intel/ipu6/ |
| H A D | ipu6-fw-com.c | 37 u32 token_size; member 136 unsigned int token_size, in ipu6_sys_queue_init() argument 139 unsigned int buf_size = (size + 1) * token_size; in ipu6_sys_queue_init() 142 q->token_size = token_size; in ipu6_sys_queue_init() 200 cfg->input[i].token_size); in ipu6_fw_com_prepare() 204 cfg->output[i].token_size); in ipu6_fw_com_prepare() 250 cfg->input[i].token_size, &res); in ipu6_fw_com_prepare() 259 cfg->output[i].token_size, &res); in ipu6_fw_com_prepare() 361 return (void *)((uintptr_t)q->host_address + index * q->token_size); in ipu6_send_get_token() 398 return (void *)((uintptr_t)q->host_address + rd * q->token_size); in ipu6_recv_get_token()
|
| H A D | ipu6-fw-isys.c | 285 input_queue_cfg[i].token_size = in ipu6_isys_fwcom_cfg_init() 291 input_queue_cfg[base_dev_send + i].token_size = in ipu6_isys_fwcom_cfg_init() 297 input_queue_cfg[base_msg_send + i].token_size = in ipu6_isys_fwcom_cfg_init() 304 output_queue_cfg[i].token_size = in ipu6_isys_fwcom_cfg_init() 311 output_queue_cfg[base_msg_recv + i].token_size = in ipu6_isys_fwcom_cfg_init()
|
| H A D | ipu6-fw-com.h | 12 unsigned int token_size; /* bytes per token */ member
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | wed.c | 91 dev->token_size = wed->wlan.token_start; in mt76_wed_offload_enable() 175 dev->token_size = dev->drv->token_size; in mt76_wed_offload_disable()
|
| H A D | tx.c | 937 dev->token_start + dev->token_size, in mt76_token_consume() 954 if (dev->token_count >= dev->token_size - MT76_TOKEN_FREE_THR) in mt76_token_consume() 1006 if (wake && dev->token_count < dev->token_size - MT76_TOKEN_FREE_THR && in mt76_token_release()
|
| H A D | mt76.h | 548 u16 token_size; member 977 u16 token_size; member 2092 token = idr_alloc(&dev->token, *ptxwi, 0, dev->token_size, GFP_ATOMIC); in mt76_token_get()
|
| H A D | mac80211.c | 731 dev->token_size = dev->drv->token_size; in mt76_alloc_device()
|
| /linux/include/net/ |
| H A D | iw_handler.h | 375 __u16 token_size; /* Granularity of payload */ member
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
| H A D | pci.c | 270 .token_size = MT7921_TOKEN_SIZE, in mt7921_pci_probe()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
| H A D | pci.c | 539 .token_size = MT7925_TOKEN_SIZE, in mt7925_pci_probe()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | mmio.c | 929 .token_size = MT7915_TOKEN_SIZE, in mt7915_mmio_probe()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | mmio.c | 846 .token_size = MT7996_TOKEN_SIZE, in mt7996_mmio_probe()
|