Searched refs:entry_type (Results 1 - 25 of 68) sorted by last modified time

123

/linux-master/drivers/scsi/qla2xxx/
H A Dqla_edif.c2452 sa_update_iocb->entry_type = SA_UPDATE_IOCB_TYPE;
2505 sa_update_iocb->entry_type = SA_UPDATE_IOCB_TYPE;
3151 cmd_pkt->entry_type = COMMAND_TYPE_6;
H A Dqla_target.c321 __func__, vha->vp_idx, atio->u.raw.entry_type,
324 switch (atio->u.raw.entry_type) {
406 "type %x\n", vha->vp_idx, atio->u.raw.entry_type);
416 switch (pkt->entry_type) {
1729 pkt->entry_type = NOTIFY_ACK_TYPE;
1808 resp->entry_type = ABTS_RESP_24XX;
1879 resp->entry_type = ABTS_RESP_24XX;
1956 ctio->entry_type = CTIO_TYPE7;
2261 ctio->entry_type = CTIO_TYPE7;
2318 ctio->entry_type
[all...]
H A Dqla_os.c6132 rsp_els->entry_type = ELS_IOCB_TYPE;
H A Dqla_mbx.c2525 lg->entry_type = LOGINOUT_PORT_IOCB_TYPE;
2795 lg->entry_type = LOGINOUT_PORT_IOCB_TYPE;
3287 abt->entry_type = ABORT_IOCB_TYPE;
3372 tsk->p.tsk.entry_type = TSK_MGMT_IOCB_TYPE;
4257 vpmod->entry_type = VP_CONFIG_IOCB_TYPE;
4433 mn->p.req.entry_type = VERIFY_CHIP_IOCB_TYPE;
H A Dqla_iocb.c110 put_unaligned_le32(CONTINUE_TYPE, &cont_pkt->entry_type);
140 CONTINUE_A64_TYPE, &cont_pkt->entry_type);
206 put_unaligned_le32(COMMAND_TYPE, &cmd_pkt->entry_type);
262 put_unaligned_le32(COMMAND_A64_TYPE, &cmd_pkt->entry_type);
528 mrk->entry_type = MARKER_TYPE;
606 put_unaligned_le32(COMMAND_TYPE_6, &cmd_pkt->entry_type);
714 put_unaligned_le32(COMMAND_TYPE_7, &cmd_pkt->entry_type);
1358 put_unaligned_le32(COMMAND_TYPE_CRC_2, &cmd_pkt->entry_type);
2387 logio->entry_type = LOGINOUT_PORT_IOCB_TYPE;
2419 logio->entry_type
[all...]
H A Dqla_def.h1960 uint8_t entry_type; /* Entry type. */ member in struct:__anon154
1974 uint8_t entry_type; /* Entry type. */ member in struct:atio
2003 uint8_t entry_type; /* Entry type. */ member in struct:__anon157
2032 uint8_t entry_type; /* Entry type. */ member in struct:__anon159
2053 uint8_t entry_type; /* Entry type. */ member in struct:__anon160
2066 uint8_t entry_type; /* Entry type. */ member in struct:__anon161
2152 uint8_t entry_type; /* Entry type. */ member in struct:__anon165
2249 uint8_t entry_type; /* Entry type. */ member in struct:__anon166
2262 uint8_t entry_type; /* Entry type. */ member in struct:__anon167
2275 uint8_t entry_type; /* Entr member in struct:__anon168
2287 uint8_t entry_type; /* Entry type. */ member in struct:__anon169
2311 uint8_t entry_type; /* Entry type. */ member in struct:__anon170
2342 uint8_t entry_type; member in struct:mbx_entry
2388 uint8_t entry_type; /* Entry type. */ member in struct:imm_ntfy_from_isp
2486 uint8_t entry_type; member in struct:mbx_24xx_entry
[all...]
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c8173 hnae3_set_bit(new_req->entry_type, HCLGE_MAC_VLAN_BIT1_EN_B, 1);
8600 hnae3_set_bit(req.entry_type, HCLGE_MAC_VLAN_BIT0_EN_B, 0);
H A Dhclge_cmd.h422 u8 entry_type; member in struct:hclge_mac_vlan_tbl_entry_cmd
/linux-master/fs/exfat/
H A Ddir.c961 int dentry, int num_entries, int entry_type)
972 if (entry_type == TYPE_UNUSED)
1008 unsigned int entry_type; local
1049 entry_type = exfat_get_entry_type(ep);
1051 if (entry_type == TYPE_UNUSED ||
1052 entry_type == TYPE_DELETED) {
1057 entry_type);
1060 if (entry_type == TYPE_UNUSED)
1067 if (entry_type == TYPE_FILE || entry_type
959 exfat_set_empty_hint(struct exfat_inode_info *ei, struct exfat_hint_femp *candi_empty, struct exfat_chain *clu, int dentry, int num_entries, int entry_type) argument
1213 unsigned int entry_type; local
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp.c342 * @entry_type: the type of psp runtime database entry
349 enum psp_runtime_entry_type entry_type,
386 if (db_dir.entry_list[i].entry_type == entry_type) {
387 switch (entry_type) {
348 psp_get_runtime_db_entry(struct amdgpu_device *adev, enum psp_runtime_entry_type entry_type, void *db_entry) argument
H A Damdgpu_psp.h275 uint32_t entry_type; member in struct:psp_runtime_entry
/linux-master/include/linux/
H A Df2fs_fs.h461 unsigned char entry_type; /* SUM_TYPE_XXX */ member in struct:summary_footer
/linux-master/fs/f2fs/
H A Dsegment.h119 #define GET_SUM_TYPE(footer) ((footer)->entry_type)
120 #define SET_SUM_TYPE(footer, type) ((footer)->entry_type = (type))
/linux-master/drivers/scsi/
H A Dqla1280.c2706 pkt->entry_type = MARKER_TYPE;
2811 pkt->entry_type = COMMAND_A64_TYPE;
2904 ((struct cont_a64_entry *) pkt)->entry_type =
3066 pkt->entry_type = COMMAND_TYPE;
3150 entry_type = CONTINUE_TYPE;
3505 if (pkt->entry_type == STATUS_TYPE) {
3524 if (pkt->entry_type == STATUS_TYPE || pkt->entry_status) {
3528 if (pkt->entry_type == STATUS_TYPE)
3730 else if (pkt->entry_type == COMMAND_A64_TYPE) {
H A Dqlogicpti.c863 marker->hdr.entry_type = ENTRY_MARKER;
873 cmd->hdr.entry_type = ENTRY_COMMAND;
936 cont->hdr.entry_type = ENTRY_CONTINUATION;
1182 if (sts->hdr.entry_type == ENTRY_STATUS)
/linux-master/drivers/iommu/intel/
H A Ddmar.c88 if (scope->entry_type == ACPI_DMAR_SCOPE_TYPE_NAMESPACE ||
89 scope->entry_type == ACPI_DMAR_SCOPE_TYPE_ENDPOINT ||
90 scope->entry_type == ACPI_DMAR_SCOPE_TYPE_BRIDGE)
92 else if (scope->entry_type != ACPI_DMAR_SCOPE_TYPE_IOAPIC &&
93 scope->entry_type != ACPI_DMAR_SCOPE_TYPE_HPET) {
229 if (scope->entry_type != ACPI_DMAR_SCOPE_TYPE_ENDPOINT &&
230 scope->entry_type != ACPI_DMAR_SCOPE_TYPE_BRIDGE)
247 if ((scope->entry_type == ACPI_DMAR_SCOPE_TYPE_ENDPOINT &&
249 (scope->entry_type == ACPI_DMAR_SCOPE_TYPE_BRIDGE &&
745 if (scope->entry_type !
[all...]
H A Dirq_remapping.c948 if (scope->entry_type == ACPI_DMAR_SCOPE_TYPE_IOAPIC)
950 else if (scope->entry_type == ACPI_DMAR_SCOPE_TYPE_HPET)
/linux-master/drivers/net/ethernet/mscc/
H A Docelot.c1834 if (mc->entry_type == ENTRYTYPE_MACv4 ||
1835 mc->entry_type == ENTRYTYPE_MACv6)
1871 if (mc->entry_type == ENTRYTYPE_MACv4) {
1875 } else if (mc->entry_type == ENTRYTYPE_MACv6) {
1900 mc->entry_type = ocelot_classify_mdb(mdb->addr);
1928 if (mc->entry_type != ENTRYTYPE_MACv4 &&
1929 mc->entry_type != ENTRYTYPE_MACv6)
1934 mc->entry_type);
1973 if (mc->entry_type != ENTRYTYPE_MACv4 &&
1974 mc->entry_type !
[all...]
/linux-master/arch/x86/include/asm/
H A Diommu.h29 int entry_type; local
31 entry_type = e820__get_entry_type(start, end);
32 if (entry_type == E820_TYPE_RESERVED || entry_type == E820_TYPE_NVS)
/linux-master/drivers/infiniband/hw/irdma/
H A Dhw.c848 info.entry_type = rf->sd_type;
2478 info->entry_type = etype;
H A Dtype.h1112 enum irdma_quad_entry_type entry_type; member in struct:irdma_qhash_table_info
H A Dpble.c247 sd_entry_type = sd_entry->entry_type;
285 idx->sd_idx, sd_entry->entry_type, true);
H A Dhmc.c162 pa = (sd_entry->entry_type == IRDMA_SD_TYPE_PAGED) ?
165 irdma_set_sd_entry(pa, i, sd_entry->entry_type,
168 irdma_clr_sd_entry(i, sd_entry->entry_type,
257 info->entry_type,
263 if (sd_entry->entry_type == IRDMA_SD_TYPE_PAGED &&
298 switch (sd_entry->entry_type) {
343 mem = (sd_entry->entry_type == IRDMA_SD_TYPE_PAGED) ?
406 if (info->hmc_info->sd_table.sd_entry[sd_idx].entry_type !=
436 switch (info->hmc_info->sd_table.sd_entry[i].entry_type) {
517 hmc_info->sd_table.sd_entry[sd_index].entry_type
[all...]
H A Dhmc.h59 enum irdma_sd_entry_type entry_type; member in struct:irdma_hmc_bp
81 enum irdma_sd_entry_type entry_type; member in struct:irdma_hmc_sd_entry
130 enum irdma_sd_entry_type entry_type; member in struct:irdma_hmc_create_obj_info
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h7995 MLXSW_ITEM32(reg, ralue, entry_type, 0x1C, 30, 2);
8000 * If (entry_type != MARKER_ENTRY), bmp_len must be equal to prefix_len
8001 * Note for any update operation with entry_type modification this
8019 * Reserved when entry_type = MARKER_ENTRY

Completed in 498 milliseconds

123