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

/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_low.c3241 scsi_low_tag_t etag = (scsi_low_tag_t) ti->ti_msgin[1]; local
3245 if (slp->sl_Qnexus->ccb_tag != etag)
3252 else if (scsi_low_establish_ccb(ti, slp->sl_Lnexus, etag) == NULL)
3645 scsi_low_tag_t etag; local
3651 etag = ffs(li->li_qtagbits);
3652 if (etag == 0)
3655 li->li_qtagbits &= ~(1 << (etag - 1));
3656 cb->ccb_otag = etag;
3660 for (etag = li->li_qd ; li->li_qd < SCSI_LOW_MAXNEXUS; li->li_qd ++)
3664 for (li->li_qd = 0; li->li_qd < etag; l
3682 scsi_low_tag_t etag; local
[all...]
/freebsd-11.0-release/usr.bin/xlint/lint1/
H A Dlint1.h130 struct sym *etag; /* symbol table entry of tag */ member in struct:__anon13860
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.0-release/sys/dev/ixl/
H A Di40e_prototype.h315 u16 etag, u8 num_tags_in_buf, void *buf,
319 u16 etag, u16 *tags_used, u16 *tags_free,
H A Di40e_common.c4553 * @etag: value of E-tag to add
4568 u16 etag, u8 num_tags_in_buf, void *buf,
4587 cmd->etag = CPU_TO_LE16(etag);
4610 * @etag: value of the E-tag to remove
4620 u16 etag, u16 *tags_used, u16 *tags_free,
4638 cmd->etag = CPU_TO_LE16(etag);
4567 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
4619 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.h1232 * del multicast E-Tag (direct 0x0258) only uses pv_seid and etag fields
1237 __le16 etag; member in struct:i40e_aqc_add_remove_mcast_etag
/freebsd-11.0-release/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 155 milliseconds