Searched refs:pause_type (Results 1 – 5 of 5) sorted by relevance
249 ionic_dev_cmd_port_pause(struct ionic_dev *idev, uint8_t pause_type) in ionic_dev_cmd_port_pause() argument255 .port_setattr.pause_type = pause_type, in ionic_dev_cmd_port_pause()
477 if (idev->port_info->config.pause_type) in ionic_flow_ctrl_get()493 uint8_t pause_type = IONIC_PORT_PAUSE_TYPE_NONE; in ionic_flow_ctrl_set() local498 pause_type = IONIC_PORT_PAUSE_TYPE_NONE; in ionic_flow_ctrl_set()501 pause_type = IONIC_PORT_PAUSE_TYPE_LINK; in ionic_flow_ctrl_set()510 ionic_dev_cmd_port_pause(idev, pause_type); in ionic_flow_ctrl_set()
1080 u8 pause_type; member1207 u8 pause_type; member1252 u8 pause_type; member1681 u8 pause_type; member2101 u8 pause_type[2]; member
230 void ionic_dev_cmd_port_pause(struct ionic_dev *idev, uint8_t pause_type);
347 IONIC_PRINT(INFO, "pause_type %d ", ident->port.config.pause_type); in ionic_port_identify()