Searched refs:tag_mask (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_sas_stp_remote_device.c114 U32 tag_mask = 1; local
124 while ( (fw_device->protocol_device.stp_device.s_active & tag_mask)
127 tag_mask <<= 1;
141 fw_device->protocol_device.stp_device.s_active |= tag_mask;
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_ctl_defs.h80 unsigned int tag_mask; /* TDDP tag mask */ member in struct:ddp_params
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_main.c10126 t4_iscsi_init(struct adapter *sc, u_int tag_mask, const u_int *pgsz_order) argument
10129 t4_write_reg(sc, A_ULP_RX_ISCSI_TAGMASK, tag_mask);

Completed in 130 milliseconds