Searched refs:tag_info (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/soc/ti/
H A Dknav_dma.h136 * @tag_info: Flow tag info written in during RX
148 u32 tag_info; member in struct:knav_dma_desc
/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c150 * append="aic7xxx=verbose,tag_info:{{32,32,32,32},{32,32,32,32}}"
347 " tag_info:<tag_str> Set per-target tag depth\n"
358 " options aic7xxx 'aic7xxx=probe_eisa_vl.tag_info:{{}.{.10}}.seltime:1'\n"
933 printk("tag_info[%d:%d] = %d\n", instance, targ, value); ahc_linux_setup_tag_info()
1043 { "tag_info", NULL }, aic7xxx_setup()
1070 } else if (strncmp(p, "tag_info", n) == 0) { aic7xxx_setup()
1071 s = ahc_parse_brace_option("tag_info", p + n, end, aic7xxx_setup()
1372 "aic7xxx: WARNING: Insufficient tag_info instances\n" ahc_linux_user_tagdepth()
1380 adapter_tag_info_t *tag_info; ahc_linux_user_tagdepth() local
1382 tag_info = &aic7xxx_tag_info[ahc->unit]; ahc_linux_user_tagdepth()
1383 tags = tag_info->tag_commands[devinfo->target_offset]; ahc_linux_user_tagdepth()
H A Daic79xx_osm.c78 * append="aic79xx=verbose,tag_info:{{32,32,32,32},{32,32,32,32}}"
335 " tag_info:<tag_str> Set per-target tag depth\n"
349 " options aic79xx 'aic79xx=verbose.tag_info:{{}.{}.{..10}}.seltime:1'\n"
1054 printk("tag_info[%d:%d] = %d\n", instance, targ, value); ahd_linux_setup_tag_info()
1164 { "tag_info", NULL }, aic79xx_setup()
1194 } else if (strncmp(p, "tag_info", n) == 0) { aic79xx_setup()
1195 s = ahd_parse_brace_option("tag_info", p + n, end, aic79xx_setup()
1506 "aic79xx: WARNING: Insufficient tag_info instances\n" ahd_linux_user_tagdepth()
1514 adapter_tag_info_t *tag_info; ahd_linux_user_tagdepth() local
1516 tag_info = &aic79xx_tag_info[ahd->unit]; ahd_linux_user_tagdepth()
1517 tags = tag_info->tag_commands[devinfo->target_offset]; ahd_linux_user_tagdepth()
/linux-4.1.27/drivers/net/ethernet/ti/
H A Dnetcp_core.c1161 set_words((u32 *)&tmp, 1, &desc->tag_info); netcp_tx_submit_skb()

Completed in 212 milliseconds