Searched refs:wsm_buf (Results 1 – 3 of 3) sorted by relevance
81 static void wsm_buf_reset(struct wsm_buf *buf);82 static int wsm_buf_reserve(struct wsm_buf *buf, size_t extra_size);85 struct wsm_buf *buf,96 struct wsm_buf *buf) in wsm_generic_confirm()111 struct wsm_buf *buf = &priv->wsm_cmd_buf; in wsm_configuration()139 struct wsm_buf *buf) in wsm_configuration_confirm()169 struct wsm_buf *buf = &priv->wsm_cmd_buf; in wsm_reset()196 struct wsm_buf *buf = &priv->wsm_cmd_buf; in wsm_read_mib()219 struct wsm_buf *buf) in wsm_read_mib_confirm()247 struct wsm_buf *buf = &priv->wsm_cmd_buf; in wsm_write_mib()[all …]
1820 struct wsm_buf { struct1826 void wsm_buf_init(struct wsm_buf *buf); argument1827 void wsm_buf_deinit(struct wsm_buf *buf);
218 struct wsm_buf wsm_cmd_buf;