Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_lib.c3574 char fc_str[32]; in ice_sysctl_fc_config()
3603 bzero(fc_str, sizeof(fc_str)); in ice_sysctl_negotiated_fc()
3604 sbuf_new_for_sysctl(&buf, fc_str, sizeof(fc_str), req); in ice_sysctl_negotiated_fc()
3609 ret = sysctl_handle_string(oidp, fc_str, sizeof(fc_str), req); in ice_sysctl_negotiated_fc()
3614 if (strcasecmp(ice_fc_str(ICE_FC_FULL), fc_str) == 0) { in ice_sysctl_negotiated_fc()
3618 else if (strcasecmp(ice_fc_str(ICE_FC_TX_PAUSE), fc_str) == 0) {
3622 else if (strcasecmp(ice_fc_str(ICE_FC_RX_PAUSE), fc_str)
3485 char fc_str[32]; ice_sysctl_fc_config() local
[all...]