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

/freebsd-current/sys/dev/ice/
H A Dice_lib.c3381 char fc_str[32]; local
3410 bzero(fc_str, sizeof(fc_str));
3411 sbuf_new_for_sysctl(&buf, fc_str, sizeof(fc_str), req);
3416 ret = sysctl_handle_string(oidp, fc_str, sizeof(fc_str), req);
3421 if (strcasecmp(ice_fc_str(ICE_FC_FULL), fc_str) == 0) {
3425 else if (strcasecmp(ice_fc_str(ICE_FC_TX_PAUSE), fc_str) == 0) {
3429 else if (strcasecmp(ice_fc_str(ICE_FC_RX_PAUSE), fc_str)
[all...]

Completed in 60 milliseconds