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

/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_low.c3232 scsi_low_tag_t etag = (scsi_low_tag_t) ti->ti_msgin[1]; local
3236 if (slp->sl_Qnexus->ccb_tag != etag)
3243 else if (scsi_low_establish_ccb(ti, slp->sl_Lnexus, etag) == NULL)
3636 scsi_low_tag_t etag; local
3642 etag = ffs(li->li_qtagbits);
3643 if (etag == 0)
3646 li->li_qtagbits &= ~(1 << (etag - 1));
3647 cb->ccb_otag = etag;
3651 for (etag = li->li_qd ; li->li_qd < SCSI_LOW_MAXNEXUS; li->li_qd ++)
3655 for (li->li_qd = 0; li->li_qd < etag; l
3673 scsi_low_tag_t etag; local
[all...]
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dlint1.h130 struct sym *etag; /* symbol table entry of tag */ member in struct:__anon13863
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-11-stable/sys/dev/ixl/
H A Di40e_prototype.h331 u16 etag, u8 num_tags_in_buf, void *buf,
335 u16 etag, u16 *tags_used, u16 *tags_free,
H A Di40e_common.c4759 * @etag: value of E-tag to add
4774 u16 etag, u8 num_tags_in_buf, void *buf,
4793 cmd->etag = CPU_TO_LE16(etag);
4816 * @etag: value of the E-tag to remove
4826 u16 etag, u16 *tags_used, u16 *tags_free,
4844 cmd->etag = CPU_TO_LE16(etag);
4773 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
4825 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.h1296 * del multicast E-Tag (direct 0x0258) only uses pv_seid and etag fields
1301 __le16 etag; member in struct:i40e_aqc_add_remove_mcast_etag
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js7401 etag;
7412 if ( ( etag = jqXHR.getResponseHeader( "Etag" ) ) ) {
7413 jQuery.etag[ ifModifiedKey ] = etag;
7583 if ( jQuery.etag[ ifModifiedKey ] ) {
7584 jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ ifModifiedKey ] );
7726 etag: {}

Completed in 232 milliseconds