Searched defs:trans_type (Results 1 - 6 of 6) sorted by relevance

/drivers/infiniband/hw/usnic/
H A Dusnic_ib_qp_grp.h55 enum usnic_transport_type trans_type; member in struct:usnic_ib_qp_grp_flow
H A Dusnic_abi.h38 enum usnic_transport_type trans_type; member in struct:usnic_transport_spec
H A Dusnic_ib_qp_grp.c198 enum usnic_transport_type trans_type; local
200 trans_type = trans_spec->trans_type;
204 port_num = usnic_transport_rsrv_port(trans_type, port_num);
229 qp_flow->trans_type = trans_type;
237 usnic_transport_unrsrv_port(trans_type, port_num);
244 usnic_transport_unrsrv_port(qp_flow->trans_type,
260 enum usnic_transport_type trans_type; local
265 trans_type
328 enum usnic_transport_type trans_type; local
630 enum usnic_transport_type trans_type = qp_flow->trans_type; local
[all...]
/drivers/usb/host/
H A Dfhci-tds.c374 * trans_type Transaction tyep - IN,OUT or SETUP
383 enum fhci_ta_type trans_type,
412 switch (trans_type) {
432 switch (trans_type) {
457 if (trans_type == FHCI_TA_IN)
381 fhci_host_transaction(struct fhci_usb *usb, struct packet *pkt, enum fhci_ta_type trans_type, u8 dest_addr, u8 dest_ep, enum fhci_tf_mode trans_mode, enum fhci_speed dest_speed, u8 data_toggle) argument
/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c380 int trans_type; local
389 trans_type = priv->port_state.transciver;
398 if (trans_type > 0 && trans_type <= 0xC) {
403 } else if (trans_type == 0x80 || trans_type == 0) {
H A Dfw.h76 int trans_type[MLX4_MAX_PORTS + 1]; member in struct:mlx4_dev_cap

Completed in 120 milliseconds