Searched refs:pstate (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.h | 490 uint32_t *pstate; /* pointer to state buffer */ member 888 uint32_t *pstate; member 1839 uint32_t *pstate, ecore_obj_type type, 1847 uint32_t *pstate, ecore_obj_type type, 1855 uint32_t *pstate, ecore_obj_type type, 1864 uint32_t *pstate, ecore_obj_type type, 1906 int state, uint32_t *pstate, 1948 int state, uint32_t *pstate,
|
| H A D | ecore_sp.c | 265 ECORE_CLEAR_BIT(o->state, o->pstate); in ecore_raw_clear_pending() 272 ECORE_SET_BIT(o->state, o->pstate); in ecore_raw_set_pending() 285 uint32_t *pstate) in ecore_state_wait() argument 298 if (!ECORE_TEST_BIT(state, pstate)) { in ecore_state_wait() 1847 raw->pstate = pstate; in ecore_init_raw_obj() 1859 int state, uint32_t *pstate, in ecore_init_vlan_mac_common() argument 1879 state, pstate, type); in ecore_init_vlan_mac_common() 1886 uint32_t *pstate, ecore_obj_type type, in ecore_init_mac_obj() argument 1892 rdata_mapping, state, pstate, type, in ecore_init_mac_obj() 2023 ECORE_CLEAR_BIT(p->state, p->pstate); in ecore_set_rx_mode_e1x() [all …]
|
| H A D | bnx2x.c | 1531 ramrod_param.pstate = &sc->sp_state; in bnx2x_set_q_rx_mode()
|
| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias_sctp.c | 2544 char *ploc, *pstate; in logsctpparse() local 2557 pstate = "Init"; in logsctpparse() 2560 pstate = "InitAck"; in logsctpparse() 2563 pstate = "Abort"; in logsctpparse() 2566 pstate = "ShutAck"; in logsctpparse() 2569 pstate = "ShutComp"; in logsctpparse() 2572 pstate = "Asconf"; in logsctpparse() 2575 pstate = "AsconfAck"; in logsctpparse() 2578 pstate = "Other"; in logsctpparse() 2581 pstate = "***ERROR***"; in logsctpparse() [all …]
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_table.c | 1212 char algostate[64], *pstate; in flush_table() local 1247 pstate = algostate; in flush_table() 1249 pstate = NULL; in flush_table() 1267 error = ta->init(ch, &astate_new, &ti_new, pstate, tflags); in flush_table()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_subr.c | 3427 int pstate = tp->t_state; in tcp_state_change() local 3433 TCP_PROBE6(state__change, NULL, tp, NULL, tp, NULL, pstate); in tcp_state_change()
|