Searched refs:tag (Results 476 - 500 of 932) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/sparc/kernel/
H A Dmdesc.c46 u8 tag; member in struct:mdesc_elem
646 if (ep[ret].tag != MD_NODE)
671 for (; ep->tag != MD_NODE_END; ep++) {
675 switch (ep->tag) {
716 for (; ep->tag != MD_NODE_END; ep++) {
717 if (ep->tag != MD_PROP_ARC)
750 if (ep->tag != MD_NODE)
/linux-master/security/apparmor/
H A Dpolicy_unpack.c214 * check that the next serialized data element is of type X and has a tag
232 * AA_NAME tag value is a u16.
235 char *tag = NULL; local
236 size_t size = aa_unpack_u16_chunk(e, &tag);
237 /* if a name is specified it must match. otherwise skip tag */
238 if (name && (!size || tag[size-1] != '\0' || strcmp(name, tag)))
241 /* if a name is specified and there is no name tag fail */
663 aa_unpack_u32(e, &perm->tag, NULL) &&
1214 if (pdb->perms[i].tag
[all...]
/linux-master/drivers/ata/
H A Dlibata-sff.c442 * @tag: tag of the associated command
453 unsigned int tag)
457 trace_ata_exec_command(ap, tf, tag);
709 trace_ata_bmdma_start(ap, &qc->tf, qc->tag);
888 qc = ata_qc_from_tag(ap, qc->tag);
1301 ata_tf_to_host(ap, &qc->tf, qc->tag);
1313 ata_tf_to_host(ap, &qc->tf, qc->tag);
1343 ata_tf_to_host(ap, &qc->tf, qc->tag);
2666 trace_ata_bmdma_setup(ap, &qc->tf, qc->tag);
451 ata_tf_to_host(struct ata_port *ap, const struct ata_taskfile *tf, unsigned int tag) argument
[all...]
H A Dlibahci.c1347 void ahci_fill_cmd_slot(struct ahci_port_priv *pp, unsigned int tag, argument
1352 cmd_tbl_dma = pp->cmd_tbl_dma + tag * AHCI_CMD_TBL_SZ;
1354 pp->cmd_slot[tag].opts = cpu_to_le32(opts);
1355 pp->cmd_slot[tag].status = 0;
1356 pp->cmd_slot[tag].tbl_addr = cpu_to_le32(cmd_tbl_dma & 0xffffffff);
1357 pp->cmd_slot[tag].tbl_addr_hi = cpu_to_le32((cmd_tbl_dma >> 16) >> 16);
2155 unsigned int tag = __ffs64(done_mask); local
2157 qc = ata_qc_from_tag(ap, tag);
2163 done_mask &= ~(1ULL << tag);
2176 unsigned int tag local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_ste.c10 u8 tag[DR_STE_SIZE_TAG]; member in struct:dr_hw_ste_format
40 /* Mask tag using byte mask, bit per byte */
44 masked[i] = hw_ste->tag[i];
72 return hw_ste->tag;
84 memset(&hw_ste->tag, 0, sizeof(hw_ste->tag));
90 hw_ste->tag[0] = 0xdc;
379 return !memcmp(s_hw_ste->tag, d_hw_ste->tag, DR_STE_SIZE_TAG);
1218 u8 *tag)
1216 dr_ste_build_empty_always_hit_tag(struct mlx5dr_match_param *value, struct mlx5dr_ste_build *sb, u8 *tag) argument
[all...]
/linux-master/tools/bpf/bpftool/
H A Dprog.c431 jsonw_name(json_wtr, "tag");
433 info->tag[0], info->tag[1], info->tag[2], info->tag[3],
434 info->tag[4], info->tag[5], info->tag[6], info->tag[7]);
519 printf("tag ");
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dfpsp.h158 .set STAG,LV-40 | source tag (1 byte)
162 .set stag_mask,0xE0 | upper 3 bits are source tag type
182 .set DTAG,LV-32 | dest tag (1 byte)
183 .set dtag_mask,0xE0 | upper 3 bits are dest type tag
316 .set norm_tag,0x00 | tag bits in {7:5} position
/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx.h110 ahd_le16toh(scb->hscb->tag)
407 uint8_t initiator_tag; /* Initiator's transaction tag */
440 uint8_t initiator_tag; /* Initiator's transaction tag */
490 /*16*/ uint16_t tag; /* Reused by Sequencer. */ member in struct:hardware_scb
634 * Per-device lists of SCBs whose tag ID would collide
635 * with an already active tag on the device.
645 * Mapping from tag to SCB.
1048 uint16_t tag; member in struct:ahd_completion
1373 char channel, int lun, u_int tag,
1377 char channel, int lun, u_int tag,
[all...]
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge-core.c498 u32 tag = DDB_LINK_TAG(input->port->lnr); local
502 ddbwritel(dev, 0, tag | TS_CONTROL(input));
2588 u32 tag = DDB_LINK_TAG(lnr); local
2593 ddbwritel(dev, 1, tag | SPI_CONTROL);
2599 ddbwritel(dev, data, tag | SPI_DATA);
2600 if (reg_wait(dev, tag | SPI_CONTROL, 4))
2605 tag | SPI_CONTROL);
2608 tag | SPI_CONTROL);
2620 ddbwritel(dev, data, tag | SPI_DATA);
2621 if (reg_wait(dev, tag | SPI_CONTRO
[all...]
/linux-master/tools/perf/
H A Dbuiltin-ftrace.c1044 { .tag = 'B', .mult = 1 },
1045 { .tag = 'K', .mult = 1 << 10 },
1046 { .tag = 'M', .mult = 1 << 20 },
1047 { .tag = 'G', .mult = 1 << 30 },
1048 { .tag = 0 },
H A Dbuiltin-record.c558 { .tag = 'B', .mult = 1 },
559 { .tag = 'K', .mult = 1 << 10 },
560 { .tag = 'M', .mult = 1 << 20 },
561 { .tag = 'G', .mult = 1 << 30 },
562 { .tag = 0 },
3086 { .tag = 'B', .mult = 1 },
3087 { .tag = 'K', .mult = 1 << 10 },
3088 { .tag = 'M', .mult = 1 << 20 },
3089 { .tag = 'G', .mult = 1 << 30 },
3090 { .tag
[all...]
/linux-master/drivers/nvme/host/
H A Dnvme.h123 * Prevent tag overlap between queues
565 * gen request tag
574 return nvme_cid_install_genctr(nvme_req(rq)->genctr) | rq->tag;
581 u16 tag = nvme_tag_from_cid(command_id); local
584 rq = blk_mq_tag_to_rq(tags, tag);
586 pr_err("could not locate request for tag %#x\n",
587 tag);
593 tag, genctr, nvme_genctr_mask(nvme_req(rq)->genctr)); local
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_main.c3464 int i, tag; local
3468 tag = i + 1;
3470 &ctrl->ptag_state[tag].tag_state))
3474 &ctrl->ptag_state[tag].tag_state)) {
3475 ptag_mem = &ctrl->ptag_state[tag].tag_mem_state;
3491 if (waitqueue_active(&ctrl->mcc_wait[tag])) {
3492 ctrl->mcc_tag_status[tag] = MCC_STATUS_FAILED;
3493 ctrl->mcc_tag_status[tag] |= CQE_VALID_MASK;
3494 wake_up_interruptible(&ctrl->mcc_wait[tag]);
3496 * Control tag inf
4812 unsigned int tag; local
5144 unsigned int tag = 0; local
[all...]
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dwmi.c298 int (*iter)(struct ath12k_base *ab, u16 tag, u16 len,
321 ath12k_err(ab, "wmi tlv parse failure of tag %u at byte %zd (%zu bytes left, %u expected)\n",
329 ath12k_err(ab, "wmi tlv parse failure of tag %u at byte %zd (%u bytes is less than min length %zu)\n",
346 static int ath12k_wmi_tlv_iter_parse(struct ath12k_base *ab, u16 tag, u16 len, argument
351 if (tag < WMI_TAG_MAX)
352 tb[tag] = ptr;
683 static int ath12k_wmi_svc_rdy_parse(struct ath12k_base *ab, u16 tag, u16 len, argument
690 switch (tag) {
700 ath12k_warn(ab, "invalid len %d for the tag 0x%x\n",
701 len, tag);
297 ath12k_wmi_tlv_iter(struct ath12k_base *ab, const void *ptr, size_t len, int (*iter)(struct ath12k_base *ab, u16 tag, u16 len, const void *ptr, void *data), void *data) argument
3698 ath12k_wmi_dma_buf_entry_parse(struct ath12k_base *soc, u16 tag, u16 len, const void *ptr, void *data) argument
3714 ath12k_wmi_dma_buf_meta_parse(struct ath12k_base *soc, u16 tag, u16 len, const void *ptr, void *data) argument
3731 ath12k_wmi_dma_buf_parse(struct ath12k_base *ab, u16 tag, u16 len, const void *ptr, void *data) argument
3812 ath12k_wmi_hw_mode_caps_parse(struct ath12k_base *soc, u16 tag, u16 len, const void *ptr, void *data) argument
3879 ath12k_wmi_mac_phy_caps_parse(struct ath12k_base *soc, u16 tag, u16 len, const void *ptr, void *data) argument
3904 ath12k_wmi_ext_hal_reg_caps_parse(struct ath12k_base *soc, u16 tag, u16 len, const void *ptr, void *data) argument
4010 ath12k_wmi_dma_ring_caps_parse(struct ath12k_base *soc, u16 tag, u16 len, const void *ptr, void *data) argument
4101 ath12k_wmi_svc_rdy_ext_parse(struct ath12k_base *ab, u16 tag, u16 len, const void *ptr, void *data) argument
4325 ath12k_wmi_tlv_mac_phy_caps_ext(struct ath12k_base *ab, u16 tag, u16 len, const void *ptr, void *data) argument
4361 ath12k_wmi_svc_rdy_ext2_parse(struct ath12k_base *ab, u16 tag, u16 len, const void *ptr, void *data) argument
4917 ath12k_wmi_tlv_mgmt_rx_parse(struct ath12k_base *ab, u16 tag, u16 len, const void *ptr, void *data) argument
5636 ath12k_wmi_rdy_parse(struct ath12k_base *ab, u16 tag, u16 len, const void *ptr, void *data) argument
6366 ath12k_wmi_tlv_services_parser(struct ath12k_base *ab, u16 tag, u16 len, const void *ptr, void *data) argument
[all...]
/linux-master/drivers/net/wireless/ti/wl12xx/
H A Dscan.c334 cfg->tag = WL1271_SCAN_DEFAULT_TAG;
433 start->tag = WL1271_SCAN_DEFAULT_TAG;
475 stop->tag = WL1271_SCAN_DEFAULT_TAG;
/linux-master/net/atm/
H A Dmpoa_caches.c353 static eg_cache_entry *eg_cache_get_by_tag(__be32 tag, struct mpoa_client *mpc) argument
361 if (entry->ctrl_info.tag == tag) {
/linux-master/lib/zstd/compress/
H A Dzstd_lazy.c760 #define ZSTD_ROW_HASH_TAG_BITS 8 /* nb bits to use for the tag */
921 BYTE* tagRow = (BYTE*)(tagTable + relRow); /* Though tagTable is laid out as a table of U16, each tag is only 1 byte.
979 ZSTD_row_getSSEMask(int nbChunks, const BYTE* const src, const BYTE tag, const U32 head) argument
981 const __m128i comparisonMask = _mm_set1_epi8((char)tag);
997 /* Returns a ZSTD_VecMask (U32) that has the nth bit set to 1 if the newly-computed "tag" matches
1002 ZSTD_row_getMatchMask(const BYTE* const tagRow, const BYTE tag, const U32 head, const U32 rowEntries) argument
1010 return ZSTD_row_getSSEMask(rowEntries / 16, src, tag, head);
1019 const uint16x8_t equalMask = vreinterpretq_u16_u8(vceqq_u8(chunk, vdupq_n_u8(tag)));
1031 const uint8x16_t equalMask0 = vceqq_u8(chunk0, vdupq_n_u8(tag));
1032 const uint8x16_t equalMask1 = vceqq_u8(chunk1, vdupq_n_u8(tag));
1185 U32 const tag = hash & ZSTD_ROW_HASH_TAG_MASK; local
[all...]
/linux-master/arch/x86/math-emu/
H A Dfpu_entry.c435 partial_status = status1; /* Undo any denorm tag,
647 int offset, other, i, tags, regnr, tag, newtop; local
679 tag =
683 tags |= (tag & 3) << (regnr * 2);
/linux-master/sound/soc/codecs/
H A Dsigmadsp.c51 __le32 tag; member in struct:sigma_fw_chunk
342 switch (le32_to_cpu(chunk->tag)) {
354 chunk->tag);
/linux-master/drivers/vhost/
H A Dscsi.c113 /* Vhost port target portal group tag for TCM */
606 int tag; local
614 tag = sbitmap_get(&svq->scsi_tags);
615 if (tag < 0) {
616 pr_err("Unable to obtain tag for vhost_scsi_cmd\n");
620 cmd = &svq->scsi_cmds[tag];
629 cmd->tvc_se_cmd.map_tag = tag;
901 se_cmd->tag = 0;
1046 u64 tag; local
1172 tag
[all...]
/linux-master/net/9p/
H A Dprotocol.c46 /* size[4] type[1] tag[2] */
741 int p9pdu_prepare(struct p9_fcall *pdu, int16_t tag, int8_t type) argument
744 return p9pdu_writef(pdu, 0, "dbw", 0, type, tag);
757 p9_debug(P9_DEBUG_9P, ">>> size=%d type: %d tag: %d\n",
758 pdu->size, pdu->id, pdu->tag);
/linux-master/drivers/hid/
H A Dhid-core.c372 switch (item->tag) {
466 hid_err(parser->device, "unknown global tag 0x%x\n", item->tag);
483 switch (item->tag) {
561 dbg_hid("unknown local item tag 0x%x\n", item->tag);
615 switch (item->tag) {
632 hid_warn(parser->device, "unknown main item tag 0x%x\n", item->tag);
647 dbg_hid("reserved item type, tag
[all...]
/linux-master/drivers/target/
H A Dtarget_core_transport.c745 __func__, __LINE__, cmd->tag);
838 pr_debug("tag %#llx: send_abort_response = %d\n", cmd->tag, tas);
844 cmd->t_task_cdb[0], cmd->tag);
1446 * Preserves the value of @cmd->tag.
1678 * Task tags are supported if the caller has set @se_cmd->tag.
1818 * Task tags are supported if the caller has set @se_cmd->tag.
1973 * @tag: referenced task tag for TMR_ABORT_TASK
1982 gfp_t gfp, u64 tag, in
1979 target_submit_tmr(struct se_cmd *se_cmd, struct se_session *se_sess, unsigned char *sense, u64 unpacked_lun, void *fabric_tmr_ptr, unsigned char tm_type, gfp_t gfp, u64 tag, int flags) argument
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmt7996.h471 int mt7996_mcu_set_chan_info(struct mt7996_phy *phy, u16 tag);
504 int mt7996_mcu_set_rro(struct mt7996_dev *dev, u16 tag, u16 val);
511 int mt7996_mcu_get_all_sta_info(struct mt7996_phy *phy, u16 tag);
/linux-master/include/linux/
H A Dmodule.h165 /* Generic info of form tag = "info" */
166 #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info)

Completed in 301 milliseconds

<<11121314151617181920>>