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

/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_low.c3293 scsi_low_tag_t etag = (scsi_low_tag_t) ti->ti_msgin[1]; local
3297 if (slp->sl_Qnexus->ccb_tag != etag)
3304 else if (scsi_low_establish_ccb(ti, slp->sl_Lnexus, etag) == NULL)
3697 scsi_low_tag_t etag; local
3703 etag = ffs(li->li_qtagbits);
3704 if (etag == 0)
3707 li->li_qtagbits &= ~(1 << (etag - 1));
3708 cb->ccb_otag = etag;
3712 for (etag = li->li_qd ; li->li_qd < SCSI_LOW_MAXNEXUS; li->li_qd ++)
3716 for (li->li_qd = 0; li->li_qd < etag; l
3734 scsi_low_tag_t etag; local
[all...]
/freebsd-12-stable/sys/dev/ixl/
H A Di40e_prototype.h335 u16 etag, u8 num_tags_in_buf, void *buf,
339 u16 etag, u16 *tags_used, u16 *tags_free,
H A Di40e_common.c4798 * @etag: value of E-tag to add
4813 u16 etag, u8 num_tags_in_buf, void *buf,
4832 cmd->etag = CPU_TO_LE16(etag);
4853 * @etag: value of the E-tag to remove
4863 u16 etag, u16 *tags_used, u16 *tags_free,
4881 cmd->etag = CPU_TO_LE16(etag);
4812 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
4862 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.h1301 * del multicast E-Tag (direct 0x0258) only uses pv_seid and etag fields
1306 __le16 etag; member in struct:i40e_aqc_add_remove_mcast_etag
/freebsd-12-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 204 milliseconds