Home
last modified time | relevance | path

Searched refs:Q8_TX_CMD_PORT_CNXTID (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/qlxgb/
H A Dqla_hw.h182 #define Q8_TX_CMD_PORT_CNXTID(c_id) ((c_id & 0xF) << 4) macro
H A Dqla_hw.c1018 tx_cmd->port_cntxtid = Q8_TX_CMD_PORT_CNXTID(ha->pci_func); in qla_hw_send()
/freebsd/sys/dev/qlxgbe/
H A Dql_hw.h1181 #define Q8_TX_CMD_PORT_CNXTID(c_id) ((c_id & 0xF) << 4) macro
H A Dql_hw.c2606 tx_cmd->cntxtid = Q8_TX_CMD_PORT_CNXTID(ha->pci_func); in ql_hw_send()