Searched refs:lstatus (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/unbound/validator/
H A Dautotrust.c479 int lstatus; local
484 if(0 != (lstatus = sldns_str2wire_rr_buf(str, rr, &rr_len, &dname_len,
488 LDNS_WIREPARSE_OFFSET(lstatus),
489 sldns_get_errorstr_parse(lstatus), str);
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c8473 * lstatus_to_fwcap - translate old lstatus to 32-bit Port Capabilities
8474 * @lstatus: old FW_PORT_ACTION_GET_PORT_INFO lstatus value
8476 * Translates old FW_PORT_ACTION_GET_PORT_INFO lstatus field into new
8479 static uint32_t lstatus_to_fwcap(u32 lstatus) argument
8488 if (lstatus & F_FW_PORT_CMD_RXPAUSE)
8490 if (lstatus & F_FW_PORT_CMD_TXPAUSE)
8492 if (lstatus & V_FW_PORT_CMD_LSPEED(FW_PORT_CAP_SPEED_100M))
8494 if (lstatus & V_FW_PORT_CMD_LSPEED(FW_PORT_CAP_SPEED_1G))
8496 if (lstatus
[all...]
/freebsd-11-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h8906 __u8 lstatus; member in struct:fw_fcoe_link_cmd

Completed in 367 milliseconds