Searched refs:etag (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_low.c3322 scsi_low_tag_t etag = (scsi_low_tag_t) ti->ti_msgin[1]; local
3326 if (slp->sl_Qnexus->ccb_tag != etag)
3333 else if (scsi_low_establish_ccb(ti, slp->sl_Lnexus, etag) == NULL)
3726 scsi_low_tag_t etag; local
3732 etag = ffs(li->li_qtagbits);
3733 if (etag == 0)
3736 li->li_qtagbits &= ~(1 << (etag - 1));
3737 cb->ccb_otag = etag;
3741 for (etag = li->li_qd ; li->li_qd < SCSI_LOW_MAXNEXUS; li->li_qd ++)
3745 for (li->li_qd = 0; li->li_qd < etag; l
3763 scsi_low_tag_t etag; local
[all...]
/freebsd-10-stable/usr.bin/xlint/lint1/
H A Dlint1.h130 struct sym *etag; /* symbol table entry of tag */ member in struct:__anon18
H A Demit1.c132 outtt(tp->t_enum->etag, tp->t_enum->etdef);
H A Ddecl.c1560 tp->t_enum->etag = tag;
H A Dtree.c2318 tp->t_enum->etag->s_name);
/freebsd-10-stable/sys/dev/ixl/
H A Di40e_prototype.h294 u16 etag, u8 num_tags_in_buf, void *buf,
298 u16 etag, u16 *tags_used, u16 *tags_free,
H A Di40e_common.c4278 * @etag: value of E-tag to add
4293 u16 etag, u8 num_tags_in_buf, void *buf,
4312 cmd->etag = CPU_TO_LE16(etag);
4335 * @etag: value of the E-tag to remove
4345 u16 etag, u16 *tags_used, u16 *tags_free,
4363 cmd->etag = CPU_TO_LE16(etag);
4292 i40e_aq_add_mcast_etag(struct i40e_hw *hw, u16 pv_seid, u16 etag, u8 num_tags_in_buf, void *buf, u16 *tags_used, u16 *tags_free, struct i40e_asq_cmd_details *cmd_details) argument
4344 i40e_aq_remove_mcast_etag(struct i40e_hw *hw, u16 pv_seid, u16 etag, u16 *tags_used, u16 *tags_free, struct i40e_asq_cmd_details *cmd_details) argument
H A Di40e_adminq_cmd.h1140 * del multicast E-Tag (direct 0x0258) only uses pv_seid and etag fields
1145 __le16 etag; member in struct:i40e_aqc_add_remove_mcast_etag

Completed in 139 milliseconds