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()
465 if (idev->port_info->config.pause_type) in ionic_flow_ctrl_get()481 uint8_t pause_type = IONIC_PORT_PAUSE_TYPE_NONE; in ionic_flow_ctrl_set() local491 pause_type = IONIC_PORT_PAUSE_TYPE_NONE; in ionic_flow_ctrl_set()494 pause_type = IONIC_PORT_PAUSE_TYPE_LINK; in ionic_flow_ctrl_set()501 ionic_dev_cmd_port_pause(idev, pause_type); in ionic_flow_ctrl_set()
1223 u8 pause_type; member1370 u8 pause_type; member1422 u8 pause_type; member1966 u8 pause_type; member2486 u8 pause_type[2]; member
200 void ionic_dev_cmd_port_pause(struct ionic_dev *idev, uint8_t pause_type);
424 IONIC_PRINT(INFO, "pause_type %d", ident->port.config.pause_type); in ionic_port_identify()